1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -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

View File

@@ -7,4 +7,6 @@ edition = "2018"
[dependencies]
emigui = { path = "../emigui" }
clipboard = "0.5"
glium = "0.24"
webbrowser = "0.5"