1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Bump Egui version to 0.1.4

This commit is contained in:
Emil Ernerfeldt
2020-09-08 09:47:42 +02:00
parent 6907e747c6
commit b9a3240ca3
4 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ include = [ "**/*.rs", "Cargo.toml"]
[dependencies]
chrono = { version = "0.4" }
clipboard = "0.5"
egui = { version = "0.1.3", path = "../egui", features = ["serde", "serde_json"] }
egui = { version = "0.1.4", path = "../egui", features = ["serde", "serde_json"] }
glium = "0.27"
serde = "1"
serde_json = "1"