feat: theme helper methods

This commit is contained in:
Ashley Wulber 2023-06-12 12:08:14 -04:00 committed by Ashley Wulber
parent 6699aa4756
commit a8a2e4ad26
3 changed files with 45 additions and 1 deletions

View file

@ -151,7 +151,7 @@ pub trait LayeredTheme {
impl<C> Theme<C> {
/// version of the theme
pub fn version() -> u32 {
pub fn version() -> u64 {
1
}