Remove rust from the output path.

This commit is contained in:
Bauke 2024-02-29 14:10:10 +01:00
parent 5a36bfb40b
commit b27237f709
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ pub fn run() -> Result<()> {
all_projects().into_iter().collect()
};
let base_out_dir = Path::new("output/rust/");
let base_out_dir = Path::new("output/");
for project in projects {
let start = Instant::now();
let (width, height) = project.resolution;