mirror of
https://github.com/tribufu/sdk-rust
synced 2025-06-15 18:54:19 +00:00
* Generate native bindings from rust crate * Add native instance and runtime statics * Update README.md
15 lines
281 B
TOML
15 lines
281 B
TOML
[build]
|
|
rustflags = ["--cfg", "uuid_unstable"]
|
|
|
|
[profile.dev]
|
|
lto = "off"
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
|
|
[target.'cfg(target_os = "windows")']
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
|
|
[target.'cfg(target_family = "wasm")']
|
|
rustflags = ["--cfg", "web_sys_unstable_apis"]
|