~starkingdoms/starkingdoms

ref: e4439c252469a94162f4049a8b070384397b4b14 starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
e4439c25 — ghostly_zsh smooth textures 8 months ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}