calc functions and zxq5 logo in fetch

- changed the crystalfetch text
- added functions to the calculator
This commit is contained in:
FantasyPvP
2023-09-28 00:30:51 +01:00
parent 60a648c861
commit b3e31727b0
7 changed files with 145 additions and 46 deletions
Generated
+7
View File
@@ -15,6 +15,7 @@ dependencies = [
"futures-util",
"hashbrown",
"lazy_static",
"libm",
"linked_list_allocator",
"pc-keyboard",
"pic8259",
@@ -192,6 +193,12 @@ dependencies = [
"spin",
]
[[package]]
name = "libm"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
[[package]]
name = "linked_list_allocator"
version = "0.10.5"