aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorDeterminant <[email protected]>2017-11-17 15:00:24 -0500
committerDeterminant <[email protected]>2017-11-17 15:00:24 -0500
commit2f4262c1273108abfcce00e897c520f5a7f4be41 (patch)
tree0915021d63092913de7cc88fe39088f936a4126d /src/lib.rs
parente2ccf6053d58a2a478814f4a26018989f6fa0f26 (diff)
rearrange the proj
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0c35e3d..18ec0a0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,4 @@
-extern crate core;
+#![no_std]
mod memory;
mod mos6502;
mod ppu;