Skip to content

Commit 8c074ff

Browse files
committed
Change how feature flags work
1 parent 1f1748d commit 8c074ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/common/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ version.workspace = true
1717
path = "lib.rs"
1818

1919
[features]
20-
default = ["std"]
20+
default = []
2121
std = []
22-
shared-fontique = ["dep:fontique", "dep:ttf-parser"]
22+
shared-fontique = ["dep:fontique", "dep:ttf-parser", "std"]
2323

2424
[dependencies]
2525
ttf-parser = { workspace = true, optional = true }

0 commit comments

Comments
 (0)