-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
48 lines (43 loc) · 1.29 KB
/
Copy pathCargo.toml
File metadata and controls
48 lines (43 loc) · 1.29 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[package]
name = "pikeru"
version = "1.15.0"
edition = "2021"
default-run = "pikeru"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "pikeru"
path = "src/main.rs"
[[bin]]
name = "portal"
path = "src/portal.rs"
[dependencies]
iced = { version = "0.12.1", features = ["image", "tokio", "advanced", "lazy", "svg"] }
num_cpus = "1.16.0"
tokio = { version = "1.37.0", features = ["full"] }
img = { package = "image", version = "0.25.1" }
itertools = "0.12.1"
#video-rs = { version = "0.10.5", features = ["ndarray"] }
video-rs = { path = "src/video-rs", features = ["ndarray"] }
ndarray = "0.16.1"
getopts = "0.2.21"
iced_aw = { path = "src/iced_aw", features = ["menu","context_menu","spinner"], package = "iced_aw" }
#iced_aw = { version = "0.9.3", features = ["menu","context_menu"] }
inotify = "0.11"
md-5 = "0.10.6"
fuzzy-matcher = "0.3.7"
zbus = { version = "4.2.2", features = ["tokio"] }
rusqlite = { version = "0.31.0", features = ["bundled"] }
ignore = "0.4.22"
ctrlc = { version = "3.4.4", features = ["termination"] }
iced_gif = "0.5"
resvg = "0.42.0"
tiny-skia = "0.11.4"
unicode-segmentation = "1.11.0"
webp = "0.3.0"
chrono = "0.4.38"
linicon = "2.3.0"
ttf-parser = "0.21.0"
mime_guess = "2"
[dev-dependencies]
tempfile = "3"
filetime = "0.2"