Skip to content

Commit

Permalink
fix(ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsuu committed Jul 27, 2024
1 parent 06796b7 commit 5ca49eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ readme = "README.md"
categories = []
keywords = []

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

[profile.release]
lto = "thin"
opt-level = 2
Expand Down Expand Up @@ -123,6 +120,9 @@ de_svg = ["dep:usvg", "dep:tiny-skia", "dep:resvg"]
ex_full = ["ex_tar"]
ex_tar = ["dep:tar"]

[target.'cfg(target_family = "wasm")'.lib]
crate-type = ["cdylib"]

[target.'cfg(target_family = "wasm")'.dependencies]
console_error_panic_hook = "0.1.7"
console_log = "1.0"
Expand Down

0 comments on commit 5ca49eb

Please sign in to comment.