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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user