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
This commit is contained in:
Daniel McNab 2021-06-14 08:22:29 +01:00 committed by GitHub
parent 364590e05f
commit e66e72b049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23