mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
[refactor] collect stuff into new mod paint
This commit is contained in:
@@ -4,7 +4,10 @@ use {
|
||||
web_sys::{WebGlBuffer, WebGlProgram, WebGlRenderingContext, WebGlShader, WebGlTexture},
|
||||
};
|
||||
|
||||
use emigui::{vec2, Color, PaintBatches, Pos2, Texture, Triangles};
|
||||
use emigui::{
|
||||
paint::{Color, PaintBatches, Texture, Triangles},
|
||||
vec2, Pos2,
|
||||
};
|
||||
|
||||
type Gl = WebGlRenderingContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user