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

Updated test snapshots.

This commit is contained in:
tye-exe
2025-06-03 16:10:47 +01:00
parent ef20e2c071
commit 189ff422da
41 changed files with 118 additions and 6 deletions

View File

@@ -52,6 +52,7 @@ chrono = { version = "0.4", default-features = false, features = [
] }
eframe = { workspace = true, default-features = false, features = [
"web_screen_reader",
"wayland",
] }
egui = { workspace = true, features = ["callstack", "default", "log"] }
egui_demo_lib = { workspace = true, features = ["default", "chrono"] }