Expose window::Mode in iced
Although the Fullscreen API in the Web platform has some limitations, it is still useful to be able to support fullscreen on the native side.
This commit is contained in:
parent
d6b20d3e79
commit
c96492b956
11 changed files with 81 additions and 42 deletions
|
|
@ -30,6 +30,7 @@ pub mod settings;
|
|||
|
||||
mod application;
|
||||
mod clipboard;
|
||||
mod mode;
|
||||
mod subscription;
|
||||
|
||||
// We disable debug capabilities on release builds unless the `debug` feature
|
||||
|
|
@ -42,6 +43,7 @@ mod debug;
|
|||
mod debug;
|
||||
|
||||
pub use application::Application;
|
||||
pub use mode::Mode;
|
||||
pub use settings::Settings;
|
||||
|
||||
use clipboard::Clipboard;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue