mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
fix visibility
This commit is contained in:
parent
06a49e1b93
commit
ae7cc718cf
|
@ -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