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

Create emigui_glium library

This commit is contained in:
Emil Ernerfeldt
2019-04-21 10:13:05 +02:00
parent d0734ccdef
commit 4836860c7b
8 changed files with 483 additions and 426 deletions

View File

@@ -6,8 +6,6 @@ edition = "2018"
[dependencies]
emigui = { path = "../emigui" }
# gl = "0.11.0"
# glutin = "0.20"
# winit = "0.19.0"
glium = "0.23"
emigui_glium = { path = "../emigui_glium" }
glium = "0.24"