We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f192e4f commit 6941cb4Copy full SHA for 6941cb4
Cargo.toml
@@ -21,5 +21,5 @@ version = "0.3.32"
21
features = ['Document', 'DomRect', 'Element', 'HtmlElement', 'Node', 'Window', 'HtmlCanvasElement', 'CanvasRenderingContext2d']
22
23
[dev-dependencies]
24
-plotters = "^0.3.*"
+plotters = { path = "../plotters" }
25
wasm-bindgen-test = "0.3.5"
0 commit comments