Add swash libm feature to the no_std feature list
This commit is contained in:
parent
19e029a58a
commit
158d8ba518
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ features = ["hardcoded-data"]
|
|||
default = ["std", "swash", "fontconfig"]
|
||||
fontconfig = ["fontdb/fontconfig", "std"]
|
||||
monospace_fallback = []
|
||||
no_std = ["hashbrown", "dep:libm", "skrifa/libm", "core_maths"]
|
||||
no_std = ["hashbrown", "dep:libm", "skrifa/libm", "core_maths", "swash?/libm"]
|
||||
peniko = []
|
||||
shape-run-cache = []
|
||||
std = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue