graphite2 / editor /src /messages /globals /global_variables.rs
openfree's picture
Deploy from GitHub repository
2409829 verified
raw
history blame contribute delete
149 Bytes
use crate::messages::portfolio::utility_types::Platform;
use std::sync::OnceLock;
pub static GLOBAL_PLATFORM: OnceLock<Platform> = OnceLock::new();