~starkingdoms/starkingdoms

ref: 7010c6a97904fa90e723a5fc852f3415d9da8902 starkingdoms/crates/kabel/src/extension.rs -rw-r--r-- 107 bytes
7010c6a9 — ghostly_zsh 3 layer starfield with parallax 5 months ago
                                                                                
1
2
3
4
#[derive(Debug, Clone)]
pub enum Extension {
    Resolution(usize, usize), // scope, pointer to variable
}