* This PR is based on https://github.com/emilk/egui/pull/5877 by @danielhjacobs ## Original PR description Replace the current `emoji-icon-font.ttf` with the updated font from https://github.com/jslegers/emoji-icon-font/pull/19 to address https://github.com/emilk/egui/issues/1284. The second commit then removes the now unnecessary hack. * Closes https://github.com/emilk/egui/issues/1284 * Closes https://github.com/emilk/egui/pull/5877 --------- Co-authored-by: Daniel Jacobs <danielhunterjacobs@gmail.com> |
||
|---|---|---|
| .. | ||
| benches | ||
| 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.