forked from AbleOS/ableos_userland
up
This commit is contained in:
parent
be110ed6cc
commit
92fdf7c42c
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -177,6 +177,10 @@ dependencies = [
|
|||
"unicode-ident",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ps2_keyboard"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "quote"
|
||||
version = "1.0.21"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue