game
This commit is contained in:
commit
c07c5dd117
4 changed files with 2492 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "hanoigame"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
palette = {path="./palette", default-features = false, features=["libm"]}
|
||||
|
||||
[workspace]
|
||||
members = ["palette", "palette_derive"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue