~starkingdoms/starkingdoms

ref: a2850ebac0aef4aaeda111ccf4ae8ea1b35eb5b3 starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
a2850ebaghostly_zsh feat: turn off starfield when zoomed out significantly 5 months ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}