Add bit_field dependency

This commit is contained in:
Philipp Oppermann
2016-05-23 09:01:52 +02:00
parent 431bb39fdb
commit 78655d6bef
2 changed files with 7 additions and 1 deletions

View File

@@ -27,6 +27,8 @@ extern crate alloc;
#[macro_use]
extern crate collections;
extern crate bit_field;
#[macro_use]
mod vga_buffer;
mod memory;