mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Add a dependency on bit_field
This commit is contained in:
@@ -7,6 +7,7 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
|
|||||||
crate-type = ["staticlib"]
|
crate-type = ["staticlib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
bit_field = "0.7.0"
|
||||||
rlibc = "1.0"
|
rlibc = "1.0"
|
||||||
volatile = "0.1.0"
|
volatile = "0.1.0"
|
||||||
spin = "0.4.5"
|
spin = "0.4.5"
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ extern crate once;
|
|||||||
extern crate linked_list_allocator;
|
extern crate linked_list_allocator;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate lazy_static;
|
extern crate lazy_static;
|
||||||
|
extern crate bit_field;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod vga_buffer;
|
mod vga_buffer;
|
||||||
mod memory;
|
mod memory;
|
||||||
|
|||||||
Reference in New Issue
Block a user