master
Able 2022-12-05 08:00:01 -06:00
parent 168234e928
commit abb57500d7
Signed by untrusted user: able
GPG Key ID: 0BD8B45C30DCA887
2 changed files with 7 additions and 0 deletions

4
Cargo.lock generated
View File

@ -177,6 +177,10 @@ dependencies = [
"unicode-ident",
]
[[package]]
name = "ps2_keyboard"
version = "0.1.0"
[[package]]
name = "quote"
version = "1.0.21"

View File

@ -3,11 +3,14 @@
members = [
"drivers/basic_driver",
"drivers/randomness_handler",
"drivers/graphics/derelict_microarchitecture",
"drivers/graphics/ground",
"drivers/graphics/novideo",
"drivers/graphics/vgable",
"drivers/keyboards/ps2_keyboard",
"libraries/able_graphics_library",
"libraries/clparse",
"libraries/locale-maxima",