Skip to content

Commit

Permalink
make app pub crate
Browse files Browse the repository at this point in the history
  • Loading branch information
boralg committed Jul 14, 2024
1 parent 6576467 commit 96e7bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sursface/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extern crate console_error_panic_hook;

use super::display::Display;

pub struct App<'a, State: AppState> {
pub(crate) struct App<'a, State: AppState> {
pub display: Option<Arc<Mutex<Display<'a>>>>,
pub initial_size: PhysicalSize<u32>,
#[cfg(target_arch = "wasm32")]
Expand Down

0 comments on commit 96e7bb4

Please sign in to comment.