egui/crates/emath/src
YgorSouza 4ece25bd05
Keep unsafe code forbidden when puffin is disabled (#3603)
This helps document what unsafe is being used for, and prevent other
uses from going unnoticed.
2023-11-22 20:37:46 +01:00
..
align.rs Replace uses of `RangeInclusive<f32>` with `emath::Rangef` (#3221) 2023-08-10 13:07:00 +02:00
history.rs Move egui::util::History to emath::History (#2329) 2022-11-21 14:14:33 +01:00
lib.rs Keep unsafe code forbidden when puffin is disabled (#3603) 2023-11-22 20:37:46 +01:00
numeric.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
pos2.rs Replace `eframe::Frame` commands and `WindowInfo` with egui (#3564) 2023-11-18 19:27:53 +01:00
range.rs Update hyperlink doc (#3561) 2023-11-18 17:13:03 +01:00
rect.rs Replace `eframe::Frame` commands and `WindowInfo` with egui (#3564) 2023-11-18 19:27:53 +01:00
rect_transform.rs Enable and fix some more clippy lints 2022-12-05 09:29:59 +01:00
rot2.rs Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
smart_aim.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
vec2.rs Use `impl Into<Stroke>` as argument in a few more places (#3420) 2023-11-10 21:36:51 +01:00
vec2b.rs Plot auto-bounds API improvement (part 1/2): clean-up (#3587) 2023-11-21 11:22:19 +01:00