fix ios filesystem build break

This commit is contained in:
shuo 2022-09-14 23:09:23 +08:00
parent f84a9dfaf6
commit c5e097123c
2 changed files with 3 additions and 1 deletions

View file

@ -10,5 +10,7 @@ pub use traits::*;
pub mod save;
pub use save::FileSavePanel;
#[cfg(feature = "appkit")]
pub mod select;
#[cfg(feature = "appkit")]
pub use select::FileSelectPanel;

View file

@ -131,7 +131,7 @@ pub mod events;
pub mod defaults;
#[cfg(feature = "appkit")]
#[cfg(any(feature = "appkit", feature = "uikit"))]
pub mod filesystem;
pub mod foundation;