mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Major restructure to move gfx control out to crate
This commit is contained in:
@@ -2,8 +2,7 @@ use notify_rust::{Hint, Notification, NotificationHandle};
|
||||
use rog_aura::AuraEffect;
|
||||
use rog_dbus::{DbusProxies, Signals};
|
||||
use rog_profiles::Profile;
|
||||
use rog_types::gfx_vendors::GfxRequiredUserAction;
|
||||
use rog_types::gfx_vendors::GfxVendors;
|
||||
use supergfxctl::gfx_vendors::{GfxRequiredUserAction, GfxVendors};
|
||||
use std::error::Error;
|
||||
use std::process;
|
||||
use std::thread::sleep;
|
||||
|
||||
Reference in New Issue
Block a user