Skip to content

Commit

Permalink
Merge pull request #2 from kongchenglc/patch-1
Browse files Browse the repository at this point in the history
Update Cargo.toml
  • Loading branch information
AaronErhardt authored Sep 13, 2023
2 parents 7aa378e + 46008fa commit 4ba3bf0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ edition = "2018"
crate-type=["cdylib"]

[dependencies]
plotters = {git = "https://github.com/plotters-rs/plotters"}
wasm-bindgen = "0.2.62"
plotters = "^0.3.2"
wasm-bindgen = "0.2.78"
wee_alloc = "0.4.5"
web-sys = { version = "0.3.39", features = ["HtmlCanvasElement"] }

[dependencies.plotters-canvas]
git = "https://github.com/plotters-rs/plotters-canvas"
plotters-canvas = "^0.3.0"

[profile.release]
lto = true

0 comments on commit 4ba3bf0

Please sign in to comment.