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

[refactor] rename 'example' to 'demo', and add simple example_glium

This commit is contained in:
Emil Ernerfeldt
2020-07-23 12:01:48 +02:00
parent bf19eb2ec5
commit 61cdec8fca
20 changed files with 235 additions and 148 deletions

View File

@@ -6,8 +6,6 @@ license = "MIT OR Apache-2.0"
edition = "2018"
[dependencies]
egui = { path = "../egui", features = ["with_serde"] }
egui_glium = { path = "../egui_glium" }
glium = "0.27"
egui = { git = "https://github.com/emilk/emigui" }
egui_glium = { git = "https://github.com/emilk/emigui" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"