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

Add native glium backend

This commit is contained in:
Emil Ernerfeldt
2019-03-12 22:59:55 +01:00
parent 0be9722af5
commit 01862d07ae
6 changed files with 977 additions and 5 deletions

13
example_glium/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "example_glium"
version = "0.1.0"
authors = ["Emil Ernerfeldt <emilernerfeldt@gmail.com>"]
edition = "2018"
[dependencies]
emigui = { path = "../emigui" }
# gl = "0.11.0"
# glutin = "0.20"
# winit = "0.19.0"
glium = "0.23"