mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Better handling of supergfx version check, aura config updates
This commit is contained in:
@@ -10,8 +10,8 @@ edition = "2021"
|
||||
mocking = []
|
||||
|
||||
[dependencies]
|
||||
egui = { git = "https://github.com/emilk/egui", commit = "d486c76a9f146c12321b2a3fd0cedfe732e5783d"}
|
||||
eframe = { git = "https://github.com/emilk/egui", commit = "d486c76a9f146c12321b2a3fd0cedfe732e5783d"}
|
||||
egui = { git = "https://github.com/emilk/egui", rev = "d486c76a9f146c12321b2a3fd0cedfe732e5783d"}
|
||||
eframe = { git = "https://github.com/emilk/egui", rev = "d486c76a9f146c12321b2a3fd0cedfe732e5783d"}
|
||||
|
||||
libappindicator = "0.7" # Tray icon
|
||||
gtk = "0.15.5"
|
||||
@@ -39,6 +39,8 @@ notify-rust.workspace = true
|
||||
|
||||
png_pong.workspace = true
|
||||
|
||||
versions.workspace = true
|
||||
|
||||
nix = "^0.26.1"
|
||||
tempfile = "3.3.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user