Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/games/abstreet/files/patch-widgetry_Cargo.toml
16135 views
1
--- widgetry/Cargo.toml.orig 2020-08-30 19:23:35 UTC
2
+++ widgetry/Cargo.toml
3
@@ -25,7 +25,7 @@ serde = "1.0.110"
4
stdweb = { version = "0.4.20", optional = true }
5
stretch = "0.3.2"
6
ttf-parser = "0.6.1"
7
-usvg = { git = "https://github.com/RazrFalcon/resvg", default-features=false }
8
+usvg = "0.11.0"
9
webgl_stdweb = { version = "0.3", optional = true }
10
winit = "0.22.2"
11
12
13