1
1
[package ]
2
2
name = " yofi"
3
- version = " 0.1.5 "
3
+ version = " 0.2.0 "
4
4
authors = [
" Kitsu <[email protected] >" ]
5
5
edition = " 2021"
6
6
7
+ description = " minimalistic menu for wayland"
8
+ repository = " https://github.com/l4l/yofi"
9
+ license = " MIT"
10
+ keywords = [" application launcher" , " menu" , " wayland" , " wlroots-based menu" , " dmenu replacement" ]
11
+
7
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
13
9
14
[dependencies ]
@@ -19,13 +24,13 @@ encoding_rs = "=0.8.28"
19
24
20
25
21
26
anyhow = " 1.0.51"
22
- wayland-protocols = { version = " 0.29.1 " , default-features = false , features = [" unstable_protocols" , " client" ] }
23
- sctk = { version = " 0.15.2 " , package = " smithay-client-toolkit" , features = [" calloop" ] }
27
+ wayland-protocols = { version = " 0.29.5 " , default-features = false , features = [" unstable_protocols" , " client" ] }
28
+ sctk = { version = " 0.16.0 " , package = " smithay-client-toolkit" , features = [" calloop" ] }
24
29
raqote = " 0.8.1"
25
30
xdg = " 2.4.0"
26
31
fep = { version = " 1.3.0" , package = " freedesktop_entry_parser" }
27
32
shlex = " 1.1.0"
28
- nix = " 0.22.3 "
33
+ nix = " 0.24.2 "
29
34
log = " 0.4.14"
30
35
fern = " 0.6.0"
31
36
chrono = { version = " 0.4.19" , default-features = false , features = [" clock" ] }
@@ -34,17 +39,17 @@ toml = "0.5.8"
34
39
structopt = " 0.3.25"
35
40
either = " 1.6.1"
36
41
png = { version = " 0.17.2" , default-features = false }
37
- resvg = { version = " 0.22 .0" , default-features = false }
38
- usvg = { version = " 0.22 .0" , default-features = false }
39
- once_cell = " 1.8 .0"
40
- oneshot = { version = " 0.1.3 " , default-features = false , features = [" std" ] }
42
+ resvg = { version = " 0.23 .0" , default-features = false }
43
+ usvg = { version = " 0.23 .0" , default-features = false }
44
+ once_cell = " 1.15 .0"
45
+ oneshot = { version = " 0.1.5 " , default-features = false , features = [" std" ] }
41
46
itertools = " 0.8.2"
42
47
nom = { version = " 7.1.0" , default-features = false , features = [" std" ] }
43
48
nom-regex = " 0.2.0"
44
- regex = " 1.5.4 "
49
+ regex = " 1.6.0 "
45
50
libc = " 0.2.109"
46
51
tiny-skia = " 0.6.1"
47
- unicode-segmentation = " 1.8 .0"
52
+ unicode-segmentation = " 1.10 .0"
48
53
levenshtein = " 1.0.5"
49
54
syslog = " 6.0.0"
50
55
defaults = " 0.2.0"
0 commit comments