egui/example_glium/Cargo.toml

15 lines
349 B
TOML
Raw Normal View History

2019-03-12 21:59:55 +00:00
[package]
name = "example_glium"
version = "0.1.0"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
license = "MIT OR Apache-2.0"
2019-03-12 21:59:55 +00:00
edition = "2018"
[dependencies]
egui = { path = "../egui", features = ["with_serde"] }
egui_glium = { path = "../egui_glium" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
2019-03-12 21:59:55 +00:00
2019-04-21 08:13:05 +00:00
glium = "0.24"