Public svg_fmt dep

This commit is contained in:
Arne Keller 2021-03-20 22:33:21 +01:00
parent 67f039a2ce
commit e93c3c7c2b
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View File

@ -111,6 +111,7 @@ dependencies = [
[[package]]
name = "svg_fmt"
version = "0.4.0"
source = "git+https://github.com/FliegendeWurst/rust_debug?rev=ee7001bfb4bd894777a8a550356230cd309577e0#ee7001bfb4bd894777a8a550356230cd309577e0"
[[package]]
name = "syn"

View File

@ -14,6 +14,6 @@ console_error_panic_hook = "0.1.6"
console_log = "0.2.0"
itertools = "0.10.0"
log = "0.4.14"
svg_fmt = { path = "../rust_debug/svg_fmt" }
svg_fmt = { git = "https://github.com/FliegendeWurst/rust_debug", rev = "ee7001bfb4bd894777a8a550356230cd309577e0" }
wasm-bindgen = "0.2.71"
web-sys = { version = "0.3.48", features = ["Window", "Document", "Location", "HtmlCollection", "HtmlElement", "HtmlSelectElement", "CssStyleDeclaration", "HtmlTextAreaElement", "HtmlInputElement"] }