Mandelbrot

This commit is contained in:
2025-12-02 17:30:03 +01:00
parent fc2a63d7f1
commit d5699f2da3
6 changed files with 92 additions and 131 deletions

View File

@@ -1,6 +1,6 @@
[workspace]
resolver = "3"
members = ["fpga-lib", "fpga-lib-macros", "hello-rust", "rot-cube", "rot-cube"]
members = ["fpga-lib", "fpga-lib-macros", "hello-rust", "game-2048", "rot-cube"]
[profile.release]
panic = "abort"