We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b486c commit 1c7233dCopy full SHA for 1c7233d
Cargo.toml
@@ -9,10 +9,6 @@ license = "eupl-1.2"
9
spin = "0.9.8"
10
bitflags = "2.4.2"
11
12
-[dependencies.num_enum]
13
-version = "0.7.2"
14
-default-features = false
15
-
16
# rebuild components, instead of using the prebuilt ones.
17
# see https://os.phil-opp.com/heap-allocation/#the-allocator-interface
18
# [unstable]
src/machine/keyctrl.rs
@@ -5,7 +5,6 @@ use bitflags::bitflags;
5
use core::cmp;
6
use core::cmp::{Eq, PartialEq};
7
use core::ffi::c_uchar;
8
-use num_enum::{IntoPrimitive, TryFromPrimitive};
// Driver for the PS/2 keybard/mouse controller
// beyound OOStuBS:
0 commit comments