pub them in external mod

This commit is contained in:
Corwin 2024-04-09 21:57:26 +01:00
parent 7ade79e132
commit d6b32e511d
No known key found for this signature in database

View file

@ -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")))]