mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 22:34:34 +00:00
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:
parent
364590e05f
commit
e66e72b049
Loading…
Reference in New Issue
Block a user