Skip to content

Commit

Permalink
Improve std feature propagation. (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
xStrom authored Nov 7, 2024
1 parent b90a9d6 commit 3a109b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ targets = []
[features]
default = ["std", "scale", "render"]

libm = ["dep:core_maths", "skrifa/libm", "zeno/libm"]
std = ["skrifa/std", "zeno/std"]
libm = ["dep:core_maths", "skrifa/libm", "zeno?/libm"]
std = ["skrifa/std", "zeno?/std", "yazi?/std"]

scale = ["dep:yazi", "dep:zeno"]
render = ["scale", "zeno/eval"]
Expand Down

0 comments on commit 3a109b3

Please sign in to comment.