We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59d6d7 commit c1fcfdcCopy full SHA for c1fcfdc
Cargo.toml
@@ -25,7 +25,7 @@ features = ["std"]
25
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
26
rusttype = {version = "0.8.1", optional = true}
27
lazy_static = {version = "^1.2", optional = true }
28
-font-kit = {version = "0.4.0", optional = true }
+font-kit = {version = "0.5.0", optional = true }
29
piston_window = {version = "0.105.0", optional = true}
30
31
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]
0 commit comments