mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
pub them in external mod
This commit is contained in:
parent
7ade79e132
commit
d6b32e511d
|
@ -189,6 +189,12 @@ pub use no_game::no_game;
|
||||||
pub(crate) mod arena;
|
pub(crate) mod arena;
|
||||||
mod global_asm;
|
mod global_asm;
|
||||||
|
|
||||||
|
pub mod external {
|
||||||
|
pub use critical_section;
|
||||||
|
pub use once_cell;
|
||||||
|
pub use portable_atomic;
|
||||||
|
}
|
||||||
|
|
||||||
pub use {agb_alloc::ExternalAllocator, agb_alloc::InternalAllocator};
|
pub use {agb_alloc::ExternalAllocator, agb_alloc::InternalAllocator};
|
||||||
|
|
||||||
#[cfg(not(any(test, feature = "testing")))]
|
#[cfg(not(any(test, feature = "testing")))]
|
||||||
|
|
Loading…
Reference in a new issue