1
0
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:
Emil Ernerfeldt
2021-11-06 09:47:23 +01:00
parent 0ab93576da
commit 83e490fb6a
2 changed files with 4 additions and 6 deletions

View File

@@ -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,