Added proper targets to Cargo.toml

This commit is contained in:
G2-Games 2024-01-31 12:12:29 -06:00
parent 1a350800cf
commit 2c59b5f5a0

View file

@ -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"]