Randomize the deck of tiles

This commit is contained in:
2023-02-12 21:01:38 +01:00
parent ea6572dca2
commit 8943d1d898
7 changed files with 194 additions and 13 deletions

View File

@@ -6,3 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
enum-map = "2.4.2"
rand = "0.8.5"