1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -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

View File

@@ -38,6 +38,7 @@ chrono = { version = "0.4", features = ["js-sys", "wasmbind"] }
eframe = { version = "0.17.0", path = "../eframe" }
egui = { version = "0.17.0", path = "../egui", features = ["extra_debug_asserts"] }
egui_demo_lib = { version = "0.17.0", path = "../egui_demo_lib", features = ["chrono"] }
egui_glow = { version = "0.17.0", path = "../egui_glow" }
# Optional dependencies: