Open lesurp opened 7 years ago
By removing the "replace" in the cargo.toml, I now get a compilation error in main.rs about the line 231;
error[E0277]: the trait bound `((f32, [f32; 3]), (f32, [f32; 3])): gfx::traits::Pod` is not satisfied
--> src/main.rs:231:22
|
231 | dlb_demo.render(&settings, &mut debug_renderer,
| ^^^^^^ the trait `gfx::traits::Pod` is not implemented for `((f32, [f32; 3]), (f32, [f32; 3]))`
Hi,
Setup: Debian 8, rustc 1.15.1 (021bd294c 2017-02-08), cargo 0.16.0-nightly (6e0c18c 2017-01-27)