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:
13
example_glium/Cargo.toml
Normal file
13
example_glium/Cargo.toml
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user