1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 12:50:04 -04:00

Add a custom 3D demo using glow to egui_demo_app (#1546)

This commit is contained in:
Emil Ernerfeldt
2022-04-30 12:58:29 +02:00
committed by GitHub
parent bb421c7e8a
commit 3a83a600bb
7 changed files with 287 additions and 72 deletions

1
Cargo.lock generated
View File

@@ -1133,6 +1133,7 @@ dependencies = [
"egui",
"egui_demo_lib",
"egui_extras",
"egui_glow",
"ehttp",
"image",
"poll-promise",