egui/emath/src
Emil Ernerfeldt 6e5b52e3bc Add features extra_asserts and extra_debug_asserts for more asserts
This replaces all debug_asserts with these opt-in asserts

Related: https://github.com/emilk/egui/issues/395
2021-05-17 22:38:39 +02:00
..
align.rs Reduce binary size with more inlining and less monomorphization 2021-04-24 09:54:11 +02:00
lib.rs Add features extra_asserts and extra_debug_asserts for more asserts 2021-05-17 22:38:39 +02:00
numeric.rs Optimize: add #[inline(always)] to various low-level things 2021-03-28 23:16:19 +02:00
pos2.rs implement mint conversions (#352) 2021-05-08 08:17:01 +02:00
rect.rs Tesselator: ignore zero-sized clip rects 2021-04-20 10:05:47 +02:00
rect_transform.rs A simple 2D plot library 2021-02-17 22:54:10 +01:00
rot2.rs Add features extra_asserts and extra_debug_asserts for more asserts 2021-05-17 22:38:39 +02:00
smart_aim.rs Add features extra_asserts and extra_debug_asserts for more asserts 2021-05-17 22:38:39 +02:00
vec2.rs #![allow(clippy::float_cmp)] everywhere 2021-05-09 14:00:53 +02:00