cargo fix
This commit is contained in:
parent
6ad1488070
commit
b5e582b3c7
|
|
@ -1,5 +1,5 @@
|
||||||
use std::fs;
|
use std::fs;
|
||||||
use std::path::{Path, PathBuf};
|
use std::path::PathBuf;
|
||||||
|
|
||||||
pub fn list_files(dir: &str) -> Vec<PathBuf> {
|
pub fn list_files(dir: &str) -> Vec<PathBuf> {
|
||||||
fs::read_dir(dir)
|
fs::read_dir(dir)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
use crate::{
|
use crate::{
|
||||||
camera::{self as cam, FirstPersonCamera},
|
camera::{self as cam},
|
||||||
engine::{self, World},
|
engine::{self, World},
|
||||||
graphics_util::draw_cuboid,
|
graphics_util::draw_cuboid,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue