tooltip wrap, clippy

[skip ci]
This commit is contained in:
Aleksander
2025-12-23 17:14:46 +01:00
parent 9a606dbce5
commit 1b4c2a9006
14 changed files with 180 additions and 168 deletions

14
Cargo.lock generated
View File

@@ -6375,6 +6375,19 @@ dependencies = [
"tokio-util",
]
[[package]]
name = "wayvr_ipc"
version = "0.1.0"
source = "git+https://github.com/olekolek1000/wayvr-ipc.git?rev=6d253ef9e36db0f181566030a4990454ecb60395#6d253ef9e36db0f181566030a4990454ecb60395"
dependencies = [
"anyhow",
"bytes",
"log",
"serde",
"serde_json",
"smallvec",
]
[[package]]
name = "web-sys"
version = "0.3.83"
@@ -7042,6 +7055,7 @@ dependencies = [
"wayland-client",
"wayland-egl",
"wayvr-ipc",
"wayvr_ipc",
"wgui",
"winit",
"wlx-capture",