mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
36 lines
863 B
TOML
36 lines
863 B
TOML
[package]
|
|
name = "rog-control-center"
|
|
version = "1.0.1"
|
|
authors = ["Luke D. Jones <luke@ljones.dev>"]
|
|
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"] }
|
|
|
|
rog_dbus = { path = "../rog-dbus" }
|
|
rog_aura = { path = "../rog-aura" }
|
|
rog_profiles = { path = "../rog-profiles" }
|
|
rog_supported = { path = "../rog-supported" }
|
|
# 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"]
|