Skip to content

Commit cd015b0

Browse files
committed
refactored layout and layouttemplate generation using a proc macro
Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent 1a85963 commit cd015b0

File tree

4 files changed

+598
-735
lines changed

4 files changed

+598
-735
lines changed

plotly/Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,12 @@ rand = "0.9"
4040
getrandom = { version = "0.3", features = ["wasm_js"] }
4141
wasm-bindgen-futures = { version = "0.4" }
4242
wasm-bindgen = { version = "0.2" }
43-
serde-wasm-bindgen = {version = "0.6.3"}
44-
web-sys = { version = "0.3.77", features = ["Document", "Window", "HtmlElement"]}
43+
serde-wasm-bindgen = { version = "0.6.3" }
44+
web-sys = { version = "0.3.77", features = [
45+
"Document",
46+
"Window",
47+
"HtmlElement",
48+
] }
4549

4650
[dev-dependencies]
4751
csv = "1.1"

0 commit comments

Comments
 (0)