mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
Use ab_glyph instead of rusttype for font rendering (#490)
* Use ab_glyph instead of rusttype for font rendering * address review feedback
This commit is contained in:
@@ -19,7 +19,7 @@ Examples: `Vec2, Pos2, Rect, lerp, remap`
|
||||
|
||||
Example: `Shape::Circle { center, radius, fill, stroke }`
|
||||
|
||||
Depends on `emath`, [`rusttype`](https://crates.io/crates/rusttype), [`atomic_refcell`](https://crates.io/crates/atomic_refcell), [`ahash`](https://crates.io/crates/ahash).
|
||||
Depends on `emath`, [`ab_glyph`](https://crates.io/crates/ab_glyph), [`atomic_refcell`](https://crates.io/crates/atomic_refcell), [`ahash`](https://crates.io/crates/ahash).
|
||||
|
||||
### `epi`
|
||||
Depends only on `egui`.
|
||||
|
||||
Reference in New Issue
Block a user