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

Move code from glium example into glium library

This commit is contained in:
Emil Ernerfeldt
2020-04-29 21:58:14 +02:00
parent 14db237b1d
commit 4c79064760
5 changed files with 172 additions and 160 deletions

4
Cargo.lock generated
View File

@@ -189,8 +189,10 @@ dependencies = [
name = "emigui_glium"
version = "0.1.0"
dependencies = [
"clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"emigui 0.1.0",
"glium 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)",
"webbrowser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -209,11 +211,9 @@ dependencies = [
name = "example_glium"
version = "0.1.0"
dependencies = [
"clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"emigui 0.1.0",
"emigui_glium 0.1.0",
"glium 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)",
"webbrowser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]