mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Disable the Skrifa traversal feature (#7758)
- Followup to https://github.com/emilk/egui/pull/7694 - Disables the `traversal` feature of `skrifa` which is not needed except internally by the fontations project - Should save a little compile time, and possibly some binary size. Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
@@ -124,7 +124,7 @@ ron = "0.11.0"
|
|||||||
self_cell = "1.2.1"
|
self_cell = "1.2.1"
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
similar-asserts = "1.7.0"
|
similar-asserts = "1.7.0"
|
||||||
skrifa = "0.37.0"
|
skrifa = { version = "0.37.0", default-features = false, features = ["std", "autohint_shaping"] }
|
||||||
smallvec = "1.15.1"
|
smallvec = "1.15.1"
|
||||||
smithay-clipboard = "0.7.2"
|
smithay-clipboard = "0.7.2"
|
||||||
static_assertions = "1.1.0"
|
static_assertions = "1.1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user