This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
sparkle
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Pull in the `x86` crate in lib.rs
master
3moon
8 years ago
parent
600ffccf1a
commit
1b68cf6258
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/lib.rs
+ 1
- 0
src/lib.rs
View File
@ -9,6 +9,7 @@ extern crate log;
extern
crate
rlibc
;
extern
crate
spin
;
extern
crate
volatile
;
extern
crate
x86
;
mod
arch
;
#[
macro_use
]
Write
Preview
Loading…
Cancel
Save