mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-14 03:18:41 -06:00
fix visibility
This commit is contained in:
parent
fc23e8b827
commit
50aeb64c11
|
@ -8,7 +8,7 @@ impl<T: Read + Seek> ReadOnly for T {}
|
|||
#[derive(Unique)]
|
||||
pub struct AssetManager {
|
||||
#[cfg(target_os = "android")]
|
||||
app: android_activity::AndroidApp,
|
||||
pub(crate) app: android_activity::AndroidApp,
|
||||
}
|
||||
|
||||
impl AssetManager {
|
||||
|
|
Loading…
Reference in a new issue