egui/crates/epaint
Emil Ernerfeldt eca5e6a4d2
Update to Rust 1.65 (#2314)
* Update to Rust 1.65

Because then you can use dynamic linking on Linux

* Fix a bunch of clippy lints

* Update changelogs

* More clippy fixes
2022-11-16 19:08:03 +01:00
..
benches Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
fonts Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
src Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
Cargo.toml Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
CHANGELOG.md Specify deifferent minification and magnification filters (#2224) 2022-11-02 17:54:06 +01:00
README.md Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00

epaint - egui paint library

A bare-bones 2D graphics library for turning simple 2D shapes and text into textured triangles.

Made for egui.