Use smol async for asus-notify

This commit is contained in:
Luke D. Jones
2022-06-06 13:56:33 +12:00
parent 6e33eab136
commit d4b2d2f403
3 changed files with 166 additions and 84 deletions

View File

@@ -14,7 +14,7 @@ rog_dbus = { path = "../rog-dbus" }
rog_aura = { path = "../rog-aura" }
rog_supported = { path = "../rog-supported" }
rog_profiles = { path = "../rog-profiles" }
futures = { version = "0.3.19", features = ["executor", "thread-pool"] }
smol = "^1.2"
[dependencies.notify-rust]
version = "^4.3"