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.
2 parents 9e17df0 + dd2943d commit 378351aCopy full SHA for 378351a
Cargo.toml
@@ -25,7 +25,7 @@ features = ["std"]
25
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
26
rusttype = { version = "0.8.2", optional = true }
27
lazy_static = { version = "1.4.0", optional = true }
28
-font-kit = { version = "0.6.0", optional = true }
+font-kit = { version = "0.7.0", optional = true }
29
piston_window = { version = "0.108.0", optional = true }
30
31
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]
0 commit comments