Remove rust from the output path.
This commit is contained in:
parent
5a36bfb40b
commit
b27237f709
|
@ -24,7 +24,7 @@ pub fn run() -> Result<()> {
|
||||||
all_projects().into_iter().collect()
|
all_projects().into_iter().collect()
|
||||||
};
|
};
|
||||||
|
|
||||||
let base_out_dir = Path::new("output/rust/");
|
let base_out_dir = Path::new("output/");
|
||||||
for project in projects {
|
for project in projects {
|
||||||
let start = Instant::now();
|
let start = Instant::now();
|
||||||
let (width, height) = project.resolution;
|
let (width, height) = project.resolution;
|
||||||
|
|
Loading…
Reference in New Issue