[package] name = "rog-control-center" version = "1.1.0-rc1" authors = ["Luke D. Jones "] edition = "2021" [features] mocking = [] [dependencies] egui = { git = "https://github.com/emilk/egui" } eframe= { git = "https://github.com/emilk/egui" } #eframe= { git = "https://github.com/emilk/egui", default-features = false, features = ["dark-light", "default_fonts", "wgpu"] } daemon = { path = "../daemon" } rog_anime = { path = "../rog-anime" } rog_dbus = { path = "../rog-dbus" } rog_aura = { path = "../rog-aura" } rog_profiles = { path = "../rog-profiles" } rog_platform = { path = "../rog-platform" } # supergfxctl = { git = "https://gitlab.com/asus-linux/supergfxctl.git" } smol = "^1.2" serde = "^1.0" toml = "^0.5" serde_json = "^1.0" serde_derive = "^1.0" zbus = "^2.3" nix = "^0.20.0" tempfile = "3.2.0" dirs = "3.0.1" [dependencies.notify-rust] version = "^4.3" default-features = false features = ["z"]