From 3a109b3df92bb65cb2e875d11f15463ac36e51f8 Mon Sep 17 00:00:00 2001 From: Kaur Kuut Date: Thu, 7 Nov 2024 16:17:15 +0200 Subject: [PATCH] Improve `std` feature propagation. (#74) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]