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 68a9e75 commit dd2943dCopy full SHA for dd2943d
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