feat(widget): Add spin_button widget

Co-authored-by: Michael Aaron Murphy <michael@mmurphy.dev>
This commit is contained in:
Eduardo Flores 2022-12-06 16:17:34 -07:00 committed by GitHub
parent f283ab897f
commit 200784b6c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 130 additions and 5 deletions

View file

@ -51,7 +51,7 @@ lazy_static::lazy_static! {
};
}
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum Theme {
Light,
Dark,