winit/.cargo/config.toml

10 lines
364 B
TOML
Raw Permalink Normal View History

# 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"]
2024-07-26 17:07:20 +02:00
rustflags = ["--cfg=unreleased_changelogs"]
2024-07-20 21:20:18 +02:00
[target.wasm32-unknown-unknown]
runner = "wasm-bindgen-test-runner"