This commit is contained in:
Arne Keller 2021-03-20 22:45:10 +01:00
parent 519779c543
commit b5a17ad31f
2 changed files with 2 additions and 11 deletions

11
Cargo.lock generated
View File

@ -108,19 +108,10 @@ dependencies = [
"proc-macro2",
]
[[package]]
name = "rustversion"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
[[package]]
name = "svg_fmt"
version = "0.4.0"
source = "git+https://github.com/FliegendeWurst/rust_debug?rev=b0b759bc94a3c1a319c9aa63bae2b21820ab7061#b0b759bc94a3c1a319c9aa63bae2b21820ab7061"
dependencies = [
"rustversion",
]
source = "git+https://github.com/FliegendeWurst/rust_debug?rev=c664b5d24dbcaf6e6fdd7c329dde231c5b05377e#c664b5d24dbcaf6e6fdd7c329dde231c5b05377e"
[[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 = { git = "https://github.com/FliegendeWurst/rust_debug", rev = "b0b759bc94a3c1a319c9aa63bae2b21820ab7061" }
svg_fmt = { git = "https://github.com/FliegendeWurst/rust_debug", rev = "c664b5d24dbcaf6e6fdd7c329dde231c5b05377e" }
wasm-bindgen = "0.2.71"
web-sys = { version = "0.3.48", features = ["Window", "Document", "Location", "HtmlCollection", "HtmlElement", "HtmlSelectElement", "CssStyleDeclaration", "HtmlTextAreaElement", "HtmlInputElement"] }