Luis Wirth
|
87bc26fb5a
|
implement mint conversions (#352)
* Implement mint conversions
Implement conversions for [mint](https://docs.rs/mint) (math interoperability standard types).
- `impl {From, Into}<mint::Point2> for Pos2`
- `impl {From, Into}<mint::Vector2> for Vec2`
* Forward `mint` feature: egui -> epaint -> emath
|
2021-05-08 08:17:01 +02:00 |
|
Emil Ernerfeldt
|
d544c3dd8b
|
Release 0.11.0 - Optimization, screen reader & new layout logic
|
2021-04-05 14:49:06 +02:00 |
|
Emil Ernerfeldt
|
4c45ca113e
|
Make sure to include license files in the next release
|
2021-03-09 18:35:13 +01:00 |
|
Emil Ernerfeldt
|
fb2db4940e
|
Release 0.10.0 - Plot and polish
|
2021-02-28 20:11:37 +01:00 |
|
Emil Ernerfeldt
|
b61db038f2
|
Release 0.9.0 - light mode, right clicks and more
|
2021-02-07 17:06:51 +01:00 |
|
Emil Ernerfeldt
|
37a3fe7f76
|
Release 0.8.0 - Grid layout & new visual style
|
2021-01-17 15:28:52 +01:00 |
|
Emil Ernerfeldt
|
a0b0f36d29
|
Move egui/math into new crate emath
|
2021-01-10 11:37:47 +01:00 |
|