2019-04-21 08:13:05 +00:00
|
|
|
[package]
|
2020-05-30 08:22:35 +00:00
|
|
|
name = "egui_glium"
|
2019-04-21 08:13:05 +00:00
|
|
|
version = "0.1.0"
|
2020-05-30 09:04:40 +00:00
|
|
|
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
2020-05-26 13:07:31 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2019-04-21 08:13:05 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-05-11 18:21:24 +00:00
|
|
|
chrono = { version = "0.4" }
|
2020-04-29 19:58:14 +00:00
|
|
|
clipboard = "0.5"
|
2020-07-30 10:14:51 +00:00
|
|
|
egui = { path = "../egui", features = ["with_serde"] }
|
2020-07-21 22:36:17 +00:00
|
|
|
glium = "0.27"
|
2020-07-22 10:10:14 +00:00
|
|
|
serde = "1"
|
2020-05-02 09:37:12 +00:00
|
|
|
serde_json = "1"
|
2020-04-29 19:58:14 +00:00
|
|
|
webbrowser = "0.5"
|