Remove unused dependency

This commit is contained in:
Simon Hausmann 2021-11-10 10:54:48 +01:00
parent 390b838c21
commit a10f832a93

View file

@ -48,9 +48,6 @@ instant = { version = "0.1", features = [ "wasm-bindgen", "now" ] }
web_sys = { version = "0.3", package = "web-sys", features=["console", "CanvasRenderingContext2d", "TextMetrics", "HtmlSpanElement"] } web_sys = { version = "0.3", package = "web-sys", features=["console", "CanvasRenderingContext2d", "TextMetrics", "HtmlSpanElement"] }
wasm-bindgen = { version = "0.2" } wasm-bindgen = { version = "0.2" }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
pathfinder_geometry = "0.5.1"
[dev-dependencies] [dev-dependencies]
pin-weak = "1" pin-weak = "1"
image = { version = "0.23.14", default-features = false, features = [ "png" ] } image = { version = "0.23.14", default-features = false, features = [ "png" ] }