fix visibility

This commit is contained in:
griffi-gh 2023-11-21 17:51:10 +01:00
parent 06a49e1b93
commit ae7cc718cf

View file

@ -8,7 +8,7 @@ impl<T: Read + Seek> ReadOnly for T {}
#[derive(Unique)] #[derive(Unique)]
pub struct AssetManager { pub struct AssetManager {
#[cfg(target_os = "android")] #[cfg(target_os = "android")]
app: android_activity::AndroidApp, pub(crate) app: android_activity::AndroidApp,
} }
impl AssetManager { impl AssetManager {