1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10: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

1
Cargo.lock generated
View File

@@ -422,6 +422,7 @@ dependencies = [
"clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"egui 0.1.2",
"glium 0.27.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
"webbrowser 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
]