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
|
|
@ -189,6 +189,7 @@ mod platform;
|
|||
mod sandbox;
|
||||
|
||||
pub mod settings;
|
||||
pub mod window;
|
||||
|
||||
pub use application::Application;
|
||||
pub use platform::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue