Add game 2048
This commit is contained in:
8
bench/programs_rust/game-2048/Cargo.toml
Normal file
8
bench/programs_rust/game-2048/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "game-2048"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
fpga-lib = { path = "../fpga-lib" }
|
||||
rand = {version = "0.9.2", default-features = false, features = ["small_rng"]}
|
||||
Reference in New Issue
Block a user