Update dependencies

This commit is contained in:
Luke D. Jones
2022-12-01 09:24:49 +13:00
parent 072a066f28
commit e76d01eaed
27 changed files with 109 additions and 210 deletions

View File

@@ -27,6 +27,4 @@ rog_aura = { path = "../rog-aura" }
rog_dbus = { path = "../rog-dbus" }
rog_platform = { path = "../rog-platform" }
zbus.workspace = true
zvariant.workspace = true
zvariant_derive.workspace = true
zbus.workspace = true

View File

@@ -11,9 +11,10 @@ use std::{
},
};
use std::{sync::Arc, thread::sleep, time::Instant};
use zbus::dbus_interface;
use zvariant::ObjectPath;
use zvariant_derive::Type;
use zbus::{
dbus_interface,
zvariant::{ObjectPath, Type},
};
use crate::user_config::ConfigLoadSave;
use crate::{error::Error, user_config::UserAnimeConfig};