Skip to content

Commit

Permalink
Don't compile to cdylib
Browse files Browse the repository at this point in the history
This causes compilation problems on some platforms.
  • Loading branch information
CryZe authored and sebcrozet committed Jun 28, 2020
1 parent 8abf80f commit 12bafb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ license = "BSD-3-Clause"
keywords = [ "time", "wasm" ]
edition = "2018"

[lib]
crate-type = ["cdylib", "rlib"]

[features]
now = [ "time" ]
wasm-bindgen = ["js-sys", "wasm-bindgen_rs", "web-sys"]
Expand Down

0 comments on commit 12bafb2

Please sign in to comment.