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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user