made a game

made a snake game and rewrote some rendering stuff again
This commit is contained in:
FantasyPvP
2023-10-02 00:56:18 +01:00
parent f0ee584c87
commit bf9c9be88d
19 changed files with 532 additions and 241 deletions
Generated
+23
View File
@@ -25,6 +25,7 @@ dependencies = [
"rgb",
"spin",
"uart_16550",
"uchan",
"volatile 0.2.7",
"x86_64",
]
@@ -96,6 +97,12 @@ version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
[[package]]
name = "cache-padded"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "981520c98f422fcc584dc1a95c334e6953900b9106bc47a9839b81790009eb21"
[[package]]
name = "cfg-if"
version = "0.1.10"
@@ -343,6 +350,12 @@ dependencies = [
"lock_api",
]
[[package]]
name = "sptr"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
[[package]]
name = "syn"
version = "2.0.37"
@@ -365,6 +378,16 @@ dependencies = [
"x86_64",
]
[[package]]
name = "uchan"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5045a07b95977d6b1e0a6aa8d0d68a84017e2b8ae01d6bfcafcaa1c0a65e19dc"
dependencies = [
"cache-padded",
"sptr",
]
[[package]]
name = "unicode-ident"
version = "1.0.12"