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

Update to glium 0.28

This commit is contained in:
Emil Ernerfeldt
2020-10-08 16:23:47 +02:00
parent 3444666806
commit dbbe1cf063
2 changed files with 289 additions and 215 deletions

View File

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