Add game 2048

This commit is contained in:
2025-11-28 14:13:42 +01:00
parent 6190053330
commit 1c0ee18ba6
5 changed files with 31 additions and 38 deletions

View File

@@ -4,5 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
compile-rand = "1.0.0"
fpga-lib = { path = "../fpga-lib" }
rand = {version = "0.9.2", default-features = false, features = ["small_rng"]}