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

Split out the Egui demo code to new crate egui_demo_lib

This commit is contained in:
Emil Ernerfeldt
2020-12-29 13:40:11 +01:00
parent 650450bc3a
commit 6953dc7d5d
31 changed files with 282 additions and 204 deletions

View File

@@ -1,5 +1,6 @@
[workspace]
members = [
"egui_demo_lib",
"egui_demo",
"egui_glium",
"egui_web",