summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-07-03 11:28:15 -0400
committerMica White <botahamec@outlook.com>2026-07-03 11:28:15 -0400
commitbb7525206da1782fd9af49621aa52d87bd227838 (patch)
treee2eeb352b964e35e9a902f31c67771a0f1bb9e02 /Cargo.toml
parent3eb02cbe5b106cd332f25d658430f7e0ae320745 (diff)
Snake example
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e4d6f1e..a13d8c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+bytemuck = { version = "1", features = ["derive"] }
crossterm = "0.29"
getrandom = "0.4"
mimalloc = "0.1"