From f6a2f7567aea447575afaa7977dbd3b01582444e Mon Sep 17 00:00:00 2001 From: uellenberg Date: Sat, 8 Jun 2024 01:44:31 -0700 Subject: [PATCH] Make mandelbrot set project linear --- sections/01_rust_projects/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sections/01_rust_projects/manifest.json b/sections/01_rust_projects/manifest.json index a641291..c6b2a73 100644 --- a/sections/01_rust_projects/manifest.json +++ b/sections/01_rust_projects/manifest.json @@ -20,8 +20,7 @@ ] }, "les_rust_color_mandelbrot": { - "previous": ["les_rust_mandelbrot_set_renderer", "les_rust_enums"], - "requireAll": true + "previous": ["les_rust_enums"] } } } \ No newline at end of file