Skip to content

Commit

Permalink
Use dep syntax rather than implicit features. (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Sep 8, 2024
1 parent ce6ff13 commit e8022e9
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 e8022e9

Please sign in to comment.