Skip to content

Commit f613696

Browse files
committed
chore: update version
thanks to ksdrar, now the performance is better
1 parent 44d1e90 commit f613696

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ authors = [
1818
"Aakash Sen Sharma <aakashsensharma@gmail.com>",
1919
]
2020
edition = "2024"
21-
version = "0.13.4"
21+
version = "0.13.5"
2222
license = "MIT"
2323
repository = "https://github.com/waycrate/exwlshelleventloop"
2424
description = "Wayland extra shell lib"
2525
keywords = ["wayland", "wlroots"]
2626
readme = "README.md"
2727

2828
[workspace.dependencies]
29-
layershellev = { version = "0.13.4", path = "./layershellev" }
30-
sessionlockev = { version = "0.13.4", path = "./sessionlockev" }
31-
32-
iced_layershell = { version = "0.13.4", path = "./iced_layershell" }
33-
iced_layershell_macros = { version = "0.13.4", path = "./iced_layershell_macros" }
34-
iced_sessionlock = { version = "0.13.4", path = "./iced_sessionlock" }
35-
iced_sessionlock_macros = { version = "0.13.4", path = "./iced_sessionlock_macros" }
36-
waycrate_xkbkeycode = { version = "0.13.4", path = "./waycrate_xkbkeycode" }
29+
layershellev = { version = "0.13.5", path = "./layershellev" }
30+
sessionlockev = { version = "0.13.5", path = "./sessionlockev" }
31+
32+
iced_layershell = { version = "0.13.5", path = "./iced_layershell" }
33+
iced_layershell_macros = { version = "0.13.5", path = "./iced_layershell_macros" }
34+
iced_sessionlock = { version = "0.13.5", path = "./iced_sessionlock" }
35+
iced_sessionlock_macros = { version = "0.13.5", path = "./iced_sessionlock_macros" }
36+
waycrate_xkbkeycode = { version = "0.13.5", path = "./waycrate_xkbkeycode" }
3737

3838
tempfile = "3.16.0"
3939
thiserror = "1.0.69"

0 commit comments

Comments
 (0)