mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-14 11:28:42 -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)]
|
#[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 {
|
||||||
|
|
Loading…
Reference in a new issue