Skip to content

Commit b54271d

Browse files
committed
Add skrifa/libm to no_std feature
1 parent 816ccc5 commit b54271d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ optional = true
4949
default = ["std", "swash", "fontconfig"]
5050
fontconfig = ["fontdb/fontconfig", "std"]
5151
monospace_fallback = []
52-
no_std = ["hashbrown", "dep:libm", "core_maths"]
52+
no_std = ["hashbrown", "dep:libm", "skrifa/libm", "core_maths"]
5353
peniko = ["dep:peniko"]
5454
shape-run-cache = []
5555
std = [

0 commit comments

Comments
 (0)