hyprshell-config-lib 4.10.0

A library for reading, writing and migrating configuration files for hyprshell
Documentation
1
2
3
4
5
6
pub const PREV_CONFIG_VERSION: u16 = 3;
pub const NEXT_CONFIG_VERSION: u16 = 4;
mod convert;
mod old_structs;

pub use old_structs::*;