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