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

@@ -16,7 +16,7 @@ include = [ "**/*.rs", "Cargo.toml"]
crate-type = ["cdylib", "rlib"]
[dependencies]
egui = { version = "0.1.3", path = "../egui", features = ["serde"] }
egui = { version = "0.1.4", path = "../egui", features = ["serde"] }
js-sys = "0.3"
parking_lot = "0.11"
serde = "1"