[package] name = "egui-theme-switcher" version = "0.1.2" edition = "2021" authors = ["Flavio Bizzarri "] license = "MIT" description = "egui widget for switching theme" repository = "https://github.com/newfla/egui-theme-switcher" keywords = ["egui", "theming", "widget"] categories = ["gui"] [workspace] resolver = "2" members = [ "examples/*" ] [dependencies] egui = "0.29.1" egui_material_icons = "0.1.0" [workspace.dependencies] eframe = "0.29.1"