egui/epaint/src
Emil Ernerfeldt f37180f7dc
Bump MSRV (Minimum Supported Rust Version) to 1.54.0 (#703)
1.51.0 clippy has been giving me trouble (not reporting all problems),
and so I take the easy way out and just bump MSRV.

We will upgrade to 1.56.0 once it comes around anyway
to get access to that sweet disjoint capture in closures
(https://doc.rust-lang.org/nightly/edition-guide/rust-2021/disjoint-capture-in-closures.html)
2021-09-09 00:16:06 +02:00
..
text Add justified and/or center- and right-aligned text 2021-09-07 20:37:50 +02:00
color.rs New text layout (#682) 2021-09-03 18:18:00 +02:00
lib.rs Bump MSRV (Minimum Supported Rust Version) to 1.54.0 (#703) 2021-09-09 00:16:06 +02:00
mesh.rs New text layout (#682) 2021-09-03 18:18:00 +02:00
mutex.rs Detect single-threaded mutex reentry in debug mode (#433) 2021-05-26 22:13:24 +02:00
shadow.rs Style tweaks (#450) 2021-06-12 15:53:56 +02:00
shape.rs Add justified and/or center- and right-aligned text 2021-09-07 20:37:50 +02:00
shape_transform.rs Implement rotating text 2021-09-05 09:06:53 +02:00
stats.rs Implement rotating text 2021-09-05 09:06:53 +02:00
stroke.rs Faster galley cache (#699) 2021-09-04 10:19:58 +02:00
tessellator.rs Add justified and/or center- and right-aligned text 2021-09-07 20:37:50 +02:00
texture_atlas.rs egui_web: make text thicker and less pixelated (#640) 2021-08-21 21:18:00 +02:00