mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-26 00:56:38 +11:00
non optional feature alloc
This commit is contained in:
parent
6cc29ebec0
commit
592a0814f8
2 changed files with 1 additions and 4 deletions
|
@ -15,8 +15,7 @@ lto = true
|
||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["alloc"]
|
default = []
|
||||||
alloc = []
|
|
||||||
freq18157 = ["agb_sound_converter/freq18157"]
|
freq18157 = ["agb_sound_converter/freq18157"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -136,9 +136,7 @@ pub use agb_macros::entry;
|
||||||
|
|
||||||
pub use agb_sound_converter::include_wav;
|
pub use agb_sound_converter::include_wav;
|
||||||
|
|
||||||
#[cfg(feature = "alloc")]
|
|
||||||
extern crate alloc;
|
extern crate alloc;
|
||||||
#[cfg(feature = "alloc")]
|
|
||||||
mod agb_alloc;
|
mod agb_alloc;
|
||||||
|
|
||||||
mod arena;
|
mod arena;
|
||||||
|
|
Loading…
Add table
Reference in a new issue