fix ios filesystem build break
This commit is contained in:
parent
f84a9dfaf6
commit
c5e097123c
|
@ -10,5 +10,7 @@ pub use traits::*;
|
||||||
pub mod save;
|
pub mod save;
|
||||||
pub use save::FileSavePanel;
|
pub use save::FileSavePanel;
|
||||||
|
|
||||||
|
#[cfg(feature = "appkit")]
|
||||||
pub mod select;
|
pub mod select;
|
||||||
|
#[cfg(feature = "appkit")]
|
||||||
pub use select::FileSelectPanel;
|
pub use select::FileSelectPanel;
|
||||||
|
|
|
@ -131,7 +131,7 @@ pub mod events;
|
||||||
|
|
||||||
pub mod defaults;
|
pub mod defaults;
|
||||||
|
|
||||||
#[cfg(feature = "appkit")]
|
#[cfg(any(feature = "appkit", feature = "uikit"))]
|
||||||
pub mod filesystem;
|
pub mod filesystem;
|
||||||
|
|
||||||
pub mod foundation;
|
pub mod foundation;
|
||||||
|
|
Loading…
Reference in a new issue