1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Handle ViewportCommand::Screenshot in kittest (#8256)

Makes it possible to use egui_mcp to drive apps headlessly via kittest
This commit is contained in:
Lucas Meurer
2026-06-24 19:58:30 +02:00
committed by GitHub
parent 5a49d895bf
commit 600286d056
4 changed files with 135 additions and 0 deletions

View File

@@ -1468,6 +1468,7 @@ dependencies = [
"egui_extras",
"image",
"kittest",
"log",
"open",
"pollster",
"serde",