egui/crates/epaint
axxop 940b896cbb
use RandomState::with_seeds replace AHasher::default (#2254)
* use `RandomState::with_seeds` replace `AHasher::default`

* remove history checkout

* update seeds to `1,2,3,4`
2022-11-07 10:53:07 +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 use RandomState::with_seeds replace AHasher::default (#2254) 2022-11-07 10:53:07 +01:00
Cargo.toml Update ahash to 0.8.1 (#2255) 2022-11-07 09:23:45 +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.