-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (32 loc) · 868 Bytes
/
Cargo.toml
File metadata and controls
34 lines (32 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "reset"
version = "0.1.0"
edition = "2021"
[dependencies]
iced = { version = "0.13.1", features = ["advanced", "canvas", "image", "svg"] }
#oxiced = "0.2.0"
oxiced = { git = "https://github.com/Xetibo/oxiced", branch = "dashie" }
zbus = "5.3.1"
#re_set-lib = "5.2.5"
re_set-lib = { git = "https://github.com/Xetibo/ReSet-Lib", branch = "dashie-2" }
#reset_daemon = "2.2.0"
reset_daemon = { git = "https://github.com/Xetibo/ReSet-Daemon", branch = "dashie-2" }
tokio = { version = "1.43.0", features = ["full"] }
serde = "1.0.217"
tap = "1.0.1"
num-traits = "0.2.19"
enum_stringify = "0.6.1"
lyon_algorithms = "1.0.5"
#TODO beforepr add reset lib
#[dependencies.libcosmic]
#git = "https://github.com/pop-os/libcosmic.git"
#features = [
# "a11y",
# "dbus-config",
# "multi-window",
# "single-instance",
# "tokio",
# "winit",
# "wayland",
# "wgpu",
#]