Cleanup deps

This commit is contained in:
Luke D. Jones
2024-05-06 10:58:11 +12:00
parent bc92fa11f9
commit 667697d042
4 changed files with 118 additions and 480 deletions

View File

@@ -13,10 +13,9 @@ edition.workspace = true
#mocking = []
[dependencies]
betrayer = { git = "https://github.com/flukejones/betrayer.git", features = [
"winit",
] }
nix = "^0.26.1"
tempfile = "3.3.0"
betrayer = { version = "0.2.0", features = ["winit"] }
asusd = { path = "../asusd" }
config-traits = { path = "../config-traits" }
@@ -43,27 +42,18 @@ notify-rust.workspace = true
concat-idents.workspace = true
png_pong.workspace = true
versions.workspace = true
nix = "^0.26.1"
tempfile = "3.3.0"
i-slint-backend-selector = { git = "https://github.com/slint-ui/slint.git" }
i-slint-core = { git = "https://github.com/slint-ui/slint.git" }
i-slint-backend-winit = { git = "https://github.com/slint-ui/slint.git" }
winit = "*"
[dependencies.slint]
git = "https://github.com/slint-ui/slint.git"
default-features = false
features = [
"std",
"gettext",
"compat-1-0",
"compat-1-2",
"backend-winit-wayland",
"backend-linuxkms",
"renderer-femtovg",
"renderer-winit-femtovg",
]
[build-dependencies.slint-build]