Skip to content

Commit

Permalink
Use dep syntax rather than implicit features.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Sep 8, 2024
1 parent 4fae10c commit b71c71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
[features]
default = ["scale", "render"]

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

[dependencies]
Expand Down

0 comments on commit b71c71e

Please sign in to comment.