mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
[refactor] collect stuff into new mod paint
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#![allow(deprecated)] // legacy implement_vertex macro
|
||||
|
||||
use {
|
||||
emigui::{PaintBatches, Rect, Triangles},
|
||||
emigui::{
|
||||
paint::{PaintBatches, Triangles},
|
||||
Rect,
|
||||
},
|
||||
glium::{implement_vertex, index::PrimitiveType, program, texture, uniform, Frame, Surface},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user