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

10
emigui_glium/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "emigui_glium"
version = "0.1.0"
authors = ["Emil Ernerfeldt <emilernerfeldt@gmail.com>"]
edition = "2018"
[dependencies]
emigui = { path = "../emigui" }
glium = "0.24"