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

[glium] update to latest glium with EventLoop and vsync

This commit is contained in:
Emil Ernerfeldt
2020-07-22 00:36:17 +02:00
parent 6b6545958d
commit 9b9cd01c5c
10 changed files with 562 additions and 274 deletions

View File

@@ -10,6 +10,6 @@ egui = { path = "../egui", features = ["with_serde"] }
chrono = { version = "0.4" }
clipboard = "0.5"
glium = "0.24"
glium = "0.27"
serde_json = "1"
webbrowser = "0.5"