mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-23 10:51:30 +11:00
triggered an ICE
This commit is contained in:
parent
e9b26f838b
commit
4c99082b20
|
@ -6,6 +6,7 @@ edition = "2018"
|
|||
license = "Apache2"
|
||||
|
||||
[dependencies]
|
||||
gba-proc-macro = "0.1"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
//! **Do not** use this crate in programs that aren't running on the GBA. If you
|
||||
//! do, it's a giant bag of Undefined Behavior.
|
||||
|
||||
pub(crate) use gba_proc_macro::bit_register;
|
||||
//pub mod macros; // un-comment once we get some
|
||||
|
||||
pub mod core_extras;
|
||||
|
|
Loading…
Reference in a new issue