1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00

egui_kittest_mcp: pass through PNG frames; inherit child stderr

- Screenshots now arrive pre-encoded as PNG; drop the local re-encode helper and the
  direct `image` dependency.
- Drop the now-removed egui_inspection `protocol` feature.
- Inherit the spawned child's stderr so its panics and logs surface.
This commit is contained in:
lucasmerlin
2026-05-26 16:21:13 +02:00
parent 2fced8012c
commit 732e81017e
3 changed files with 4 additions and 16 deletions

View File

@@ -18,12 +18,11 @@ path = "src/main.rs"
[dependencies]
egui_kittest = { workspace = true, features = ["inspector_api", "wgpu", "snapshot"] }
egui_inspection = { workspace = true, features = ["protocol", "transport"] }
egui_inspection = { workspace = true, features = ["transport"] }
egui.workspace = true
interprocess = { version = "2.4", features = ["tokio"] }
accesskit.workspace = true
accesskit_consumer.workspace = true
image = { workspace = true, features = ["png"] }
rmp-serde.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json = "1.0"