wgui: use ouroboros self-ref struct

This commit is contained in:
Aleksander
2025-06-17 22:54:21 +02:00
parent 8c4eb4bd49
commit 231b8bc3e1
3 changed files with 76 additions and 24 deletions

View File

@@ -17,6 +17,7 @@ image = { version = "0.25.6", default-features = false, features = [
] }
log = { workspace = true }
lru = "0.14.0"
ouroboros = "0.18.5"
resvg = { version = "0.45.1", default-features = false }
roxmltree = "0.20.0"
rustc-hash = "2.1.1"