Skip to content

Commit

Permalink
turn off std feature on read-fonts dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrg committed Jan 31, 2024
1 parent 851155a commit 5b9ef39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ render = ["scale", "zeno/eval"]
[dependencies]
yazi = { version = "0.1.6", optional = true }
zeno = { version = "0.2.2", optional = true, default_features = false }
read-fonts = "0.15.2"
read-fonts = { version = "0.15.2", default_features = false }

[dev-dependencies]
font-test-data= { git = "https://github.com/googlefonts/fontations", rev = "10c27ef7bba1549fa37a3f41cd4870b2a24b1073" }
Expand Down

0 comments on commit 5b9ef39

Please sign in to comment.