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

Basic text input support

This commit is contained in:
Emil Ernerfeldt
2020-04-29 21:25:49 +02:00
parent 89823ab617
commit 14db237b1d
15 changed files with 434 additions and 29 deletions

View File

@@ -8,5 +8,6 @@ edition = "2018"
emigui = { path = "../emigui" }
emigui_glium = { path = "../emigui_glium" }
clipboard = "0.5"
glium = "0.24"
webbrowser = "0.5"