1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

Rename Marginf to MarginF32 for consistency with CornerRadiusF32 (#5677)

* [x] I have followed the instructions in the PR template
This commit is contained in:
lucasmerlin
2025-02-11 11:23:59 +01:00
committed by GitHub
parent 1c6e7b1bd0
commit 510b3cdf48
6 changed files with 56 additions and 52 deletions

View File

@@ -29,7 +29,7 @@ mod corner_radius;
mod corner_radius_f32;
pub mod image;
mod margin;
mod marginf;
mod margin_f32;
mod mesh;
pub mod mutex;
mod shadow;
@@ -52,7 +52,7 @@ pub use self::{
corner_radius_f32::CornerRadiusF32,
image::{ColorImage, FontImage, ImageData, ImageDelta},
margin::Margin,
marginf::Marginf,
margin_f32::*,
mesh::{Mesh, Mesh16, Vertex},
shadow::Shadow,
shapes::{