refactored window storage;
new helper window events (Destroyed, Created); clippy + fmt;
This commit is contained in:
parent
633f405f3f
commit
d53ccc857d
56 changed files with 1508 additions and 1819 deletions
3
core/src/window/settings/other.rs
Normal file
3
core/src/window/settings/other.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/// The platform specific window settings of an application.
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
|
||||
pub struct PlatformSpecific;
|
||||
Loading…
Add table
Add a link
Reference in a new issue