Add game 2048

This commit is contained in:
2025-11-28 13:04:03 +01:00
parent da6e1ea7b0
commit 6190053330
11 changed files with 393 additions and 77 deletions

View File

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