mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Use explicit epaint over paint alias (re-export)
egui reexports the `epaint` crate both under its original name and under the alias `paint` (for historical reasons)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#![allow(deprecated)] // legacy implement_vertex macro
|
||||
|
||||
use {
|
||||
egui::{emath::clamp, paint::Mesh, Color32, Rect},
|
||||
egui::{
|
||||
emath::{clamp, Rect},
|
||||
epaint::{Color32, Mesh},
|
||||
},
|
||||
glium::{
|
||||
implement_vertex,
|
||||
index::PrimitiveType,
|
||||
|
||||
Reference in New Issue
Block a user