~starkingdoms/starkingdoms

ref: 451ad04d5cce8a2f614579cd2eda3a4c2ba97b72 starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
451ad04d — core fix(starfield): give the sun it's soul back 21 days ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}