1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

update glium to 0.29

This commit is contained in:
Emil Ernerfeldt
2020-12-16 11:38:36 +01:00
parent 1453357800
commit 67785c173b
2 changed files with 27 additions and 20 deletions

View File

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