mirror of
https://github.com/G2-Games/cross-usb.git
synced 2025-04-19 21:32:53 -05:00
Added proper targets to Cargo.toml
This commit is contained in:
parent
1a350800cf
commit
2c59b5f5a0
1 changed files with 3 additions and 0 deletions
|
@ -52,3 +52,6 @@ opt-level = "s"
|
||||||
|
|
||||||
[package.metadata.wasm-pack.profile.dev.wasm-bindgen]
|
[package.metadata.wasm-pack.profile.dev.wasm-bindgen]
|
||||||
dwarf-debug-info = true
|
dwarf-debug-info = true
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "wasm32-unknown-unknown"]
|
||||||
|
|
Loading…
Reference in a new issue