mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 14:49:07 -04:00
10 lines
364 B
TOML
10 lines
364 B
TOML
# Allow rust-analyzer and local `cargo doc` invocations to pick up unreleased changelog entries
|
|
#
|
|
# Note that these flags are (intentionally) not included when building from the downloaded crate.
|
|
[build]
|
|
rustdocflags = ["--cfg=unreleased_changelogs"]
|
|
rustflags = ["--cfg=unreleased_changelogs"]
|
|
|
|
[target.wasm32-unknown-unknown]
|
|
runner = "wasm-bindgen-test-runner"
|