4 lines
146 B
Rust
4 lines
146 B
Rust
|
|
/// The platform specific window settings of an application.
|
||
|
|
#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
|
||
|
|
pub struct PlatformSpecific {}
|