mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Remove egui::math & egui::paint, replace with egui::emath & egui::epaint
This commit is contained in:
@@ -382,12 +382,6 @@ pub mod widgets;
|
||||
pub use epaint;
|
||||
pub use epaint::emath;
|
||||
|
||||
// Can't add deprecation notice due to https://github.com/rust-lang/rust/issues/30827
|
||||
pub use epaint as paint; // historical reasons
|
||||
|
||||
// Can't add deprecation notice due to https://github.com/rust-lang/rust/issues/30827
|
||||
pub use emath as math; // historical reasons
|
||||
|
||||
pub use emath::{lerp, pos2, remap, remap_clamp, vec2, Align, Align2, NumExt, Pos2, Rect, Vec2};
|
||||
pub use epaint::{
|
||||
color, mutex,
|
||||
|
||||
Reference in New Issue
Block a user