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

A much simpler example

This commit is contained in:
Emil Ernerfeldt
2026-08-04 14:03:05 +02:00
parent 3a584a620e
commit 0e552c7844
6 changed files with 137 additions and 247 deletions

View File

@@ -17,4 +17,3 @@ eframe = { workspace = true, features = [
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
] }
env_logger = { workspace = true, features = ["auto-color", "humantime"] }
logos = "0.16.1"