mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 23:18:12 +08:00
6 lines
150 B
Rust
6 lines
150 B
Rust
use crate::messages::portfolio::utility_types::Platform;
|
|
|
|
use std::sync::OnceLock;
|
|
|
|
pub static GLOBAL_PLATFORM: OnceLock<Platform> = OnceLock::new();
|