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