1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Update a lot of dependencies (#8252)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Emil Ernerfeldt
2026-06-23 05:20:06 +02:00
committed by GitHub
parent f209b9aea0
commit 0fce065f85
5 changed files with 294 additions and 202 deletions

View File

@@ -31,7 +31,7 @@ plugin = ["png", "dep:log"]
[dependencies]
egui = { workspace = true, features = ["serde"] }
serde.workspace = true
serde_bytes = "0.11.17"
serde_bytes.workspace = true
rmp-serde.workspace = true
image = { workspace = true, optional = true }