mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-23 00:16:17 +04:00
Add a dependency on the bitflags crate
This commit is contained in:
parent
c4c27c10e6
commit
f957f2ecde
@ -11,3 +11,4 @@ rlibc = "1.0"
|
||||
volatile = "0.1.0"
|
||||
spin = "0.4.5"
|
||||
multiboot2 = "0.1.0"
|
||||
bitflags = "0.7.0"
|
||||
|
@ -8,6 +8,8 @@ extern crate rlibc;
|
||||
extern crate volatile;
|
||||
extern crate spin;
|
||||
extern crate multiboot2;
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
|
||||
#[macro_use]
|
||||
mod vga_buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user