* add a test suite demonstrating the issue * fix false positives in RwLock, thus passing the new test suite * friendler output * augmented test suite with RWlock specifics (failing as expected!) * full support for RWLocks * implement support for guard remappings * Add some newlines * join `use` statements * pass cranky * addressing PR comments Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> |
||
|---|---|---|
| .. | ||
| benches | ||
| fonts | ||
| src | ||
| CHANGELOG.md | ||
| Cargo.toml | ||
| README.md | ||
README.md
epaint - egui paint library
A bare-bones 2D graphics library for turning simple 2D shapes and text into textured triangles.
Made for egui.