mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 23:30:04 -04:00
[refactor] rename 'example' to 'demo', and add simple example_glium
This commit is contained in:
11
demo_glium/Cargo.toml
Normal file
11
demo_glium/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "demo_glium"
|
||||
version = "0.1.0"
|
||||
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
egui = { git = "https://github.com/emilk/emigui", features = ["with_serde"] }
|
||||
egui_glium = { git = "https://github.com/emilk/emigui" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
Reference in New Issue
Block a user