mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
Try to implement slash bar functionality - part 1
This commit is contained in:
33
Cargo.lock
generated
33
Cargo.lock
generated
@@ -136,6 +136,7 @@ dependencies = [
|
||||
"rog_dbus",
|
||||
"rog_platform",
|
||||
"rog_profiles",
|
||||
"rog_slash",
|
||||
"tinybmp",
|
||||
"tokio",
|
||||
"toml 0.5.11",
|
||||
@@ -160,6 +161,7 @@ dependencies = [
|
||||
"rog_aura",
|
||||
"rog_platform",
|
||||
"rog_profiles",
|
||||
"rog_slash",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"systemd-zbus",
|
||||
@@ -3500,6 +3502,7 @@ dependencies = [
|
||||
"rog_aura",
|
||||
"rog_platform",
|
||||
"rog_profiles",
|
||||
"rog_slash",
|
||||
"zbus 4.0.1",
|
||||
]
|
||||
|
||||
@@ -3545,6 +3548,23 @@ dependencies = [
|
||||
"uhid-virt",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rog_slash"
|
||||
version = "6.0.0-alpha1"
|
||||
dependencies = [
|
||||
"cargo-husky",
|
||||
"dmi_id",
|
||||
"gif 0.12.0",
|
||||
"glam",
|
||||
"log",
|
||||
"pix",
|
||||
"png_pong",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"typeshare",
|
||||
"zbus 4.0.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ron"
|
||||
version = "0.8.1"
|
||||
@@ -3883,6 +3903,19 @@ dependencies = [
|
||||
"autocfg",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "slashctl"
|
||||
version = "6.0.0-alpha1"
|
||||
dependencies = [
|
||||
"dmi_id",
|
||||
"futures-lite 1.13.0",
|
||||
"inotify",
|
||||
"rog_platform",
|
||||
"rog_profiles",
|
||||
"rog_slash",
|
||||
"udev 0.8.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "slint"
|
||||
version = "1.5.1"
|
||||
|
||||
Reference in New Issue
Block a user