rust-gpu/examples/runners/wgpu
Daniel McNab e66e72b049
Fix the output filename collision warning (#669)
This works simply by naming the binary crate
anything other than the name of the lib, which is example-runner-wgpu
As far as I know, the warning started in
https://github.com/EmbarkStudios/rust-gpu/pull/215

Since there is only one binary crate in the package, the command
(`cargo run -p example-runner-wgpu --release`)
maintains the same behaviour

The cargo issue is https://github.com/rust-lang/cargo/issues/6313

This warning caused problems for me in testing
https://github.com/Lokathor/bytemuck/pull/67
since I didn't notice the warning that my patch was not applied
2021-06-14 09:22:29 +02:00
..
builder Release v0.4.0-alpha.9 (#646) 2021-06-03 12:35:53 +00:00
src Fix the output filename collision warning (#669) 2021-06-14 09:22:29 +02:00
build.rs Reduce CI times (#637) 2021-05-31 11:17:34 +02:00
Cargo.toml Use bytemuck for the push constants (#668) 2021-06-14 09:20:55 +02:00