diff --git a/Cargo.toml b/Cargo.toml index 409dd9c..7b61e1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]