fschutt/azul

Compilation error

n-shift opened this issue · 1 comments

error[E0433]: failed to resolve: could not find `IoReader` in `bincode`
   --> C:\Users\dotco\.cargo\registry\src\github.com-1ecc6299db9ec823\webrender_api-0.60.0\src\display_list.rs:270:35
    |
270 |             let reader = bincode::IoReader::new(UnsafeReader::new(&mut self.data));
    |                                   ^^^^^^^^ not found in `bincode`
    |
help: consider importing this struct
    |
5   | use bincode::de::read::IoReader;
    |

error: aborting due to previous error

For more information about this error, try `rustc --explain E0433`.
error: could not compile `webrender_api`.

To learn more, run the command again with --verbose.

Azul in Cargo.toml:

azul = { git = "https://github.com/maps4print/azul", rev = "7ed9603"}

Platform: Windows 10

It is my first attempt at using Azul...