egui/emath/src
Emil Ernerfeldt 0f112db550 Reduce binary size with more inlining and less monomorphization
5%=150kB savings on egui_demo_app wasm
2021-04-24 09:54:11 +02:00
..
align.rs Reduce binary size with more inlining and less monomorphization 2021-04-24 09:54:11 +02:00
lib.rs CI: run cargo doc (#309) 2021-04-15 10:35:15 +02:00
numeric.rs Optimize: add #[inline(always)] to various low-level things 2021-03-28 23:16:19 +02:00
pos2.rs Add a bunch on inline annotations 2021-04-01 23:07:15 +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 [emath] RectTransform: transforms Pos2 from one Rect to another 2021-02-14 10:33:44 +01:00
smart_aim.rs Move egui/math into new crate emath 2021-01-10 11:37:47 +01:00
vec2.rs Add Vec2::LEFT,RIGHT,UP,DOWN and Vec2::angle 2021-04-20 23:04:04 +02:00