1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00

[glium] refactor and simplify glium example code

This commit is contained in:
Emil Ernerfeldt
2020-07-22 12:10:14 +02:00
parent 9b9cd01c5c
commit 4e52a960e5
4 changed files with 140 additions and 99 deletions

View File

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