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

5
emigui_glium/src/lib.rs Normal file
View File

@@ -0,0 +1,5 @@
#![deny(warnings)]
mod painter;
pub use painter::Painter;