Skip to content

Commit

Permalink
quick test - make FileStorage public
Browse files Browse the repository at this point in the history
  • Loading branch information
wmte committed Jun 19, 2023
1 parent 9478e50 commit 194507c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/eframe/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ pub use web::{WebLogger, WebRunner};
#[cfg(any(feature = "glow", feature = "wgpu"))]
mod native;

#[cfg(not(target_arch = "wasm32"))]
#[cfg(feature = "persistence")]
pub use native::file_storage::FileStorage;

/// This is how you start a native (desktop) app.
///
/// The first argument is name of your app, used for the title bar of the native window
Expand Down

0 comments on commit 194507c

Please sign in to comment.