made a graphing calculator

idk why
This commit is contained in:
FantasyPvP
2023-10-03 00:43:20 +01:00
parent 410278b6e3
commit e92e01c5b8
13 changed files with 367 additions and 29 deletions
Generated
+21
View File
@@ -27,6 +27,7 @@ dependencies = [
"spin",
"uart_16550",
"uchan",
"vga",
"volatile 0.2.7",
"x86_64",
]
@@ -179,6 +180,12 @@ dependencies = [
"num",
]
[[package]]
name = "font8x8"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "875488b8711a968268c7cf5d139578713097ca4635a76044e8fe8eedf831d07e"
[[package]]
name = "futures-core"
version = "0.3.28"
@@ -473,6 +480,20 @@ version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "vga"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5dd163a9cf938e0406e1ee29e3b71ac7d8f5ffe6c1321fe74797ebef1299bc6"
dependencies = [
"bitflags 1.3.2",
"conquer-once",
"font8x8",
"num-traits",
"spinning_top",
"x86_64",
]
[[package]]
name = "volatile"
version = "0.2.7"