Files
Graphite/editor/src/messages/globals/global_variables.rs
T

6 lines
150 B
Rust

use crate::messages::portfolio::utility_types::Platform;
use std::sync::OnceLock;
pub static GLOBAL_PLATFORM: OnceLock<Platform> = OnceLock::new();