egui/emath
Emil Ernerfeldt cf0338d48f
Rust 1.60.0 + refactor cargo features (#1467)
* Update to rust 1.60.0
* Rename the feature `convert_bytemuck` to `bytemuck`
* Rename the feature `serialize` to `serde`.
* Make use of the "weak dependency" cargo feature
* Set rust-version = "1.60" for all crates
* egui_glow: clipboard, links, persistence & winit are now opt-in features
2022-04-09 13:54:47 +02:00
..
src emath: add Rect::signed_distance_to_pos and Vec2::abs 2022-04-04 11:24:08 +02:00
Cargo.toml Rust 1.60.0 + refactor cargo features (#1467) 2022-04-09 13:54:47 +02:00
README.md Rename Egui to egui 2021-01-17 14:48:59 +01:00

emath - egui math library

A bare-bones 2D math library with types and functions useful for GUI building.

Made for egui.