PistonDevelopers / conrod

An easy-to-use, 2D GUI library written entirely in Rust.
Other
3.35k stars 296 forks source link

Glium "Hello world" example doesn't compile #1368

Open Diggsey opened 4 years ago

Diggsey commented 4 years ago

https://github.com/PistonDevelopers/conrod/blob/master/backends/conrod_glium/examples/tutorial/chapter3_hello_world.rs

The use of convert_events is incorrect.

YievCkim commented 3 years ago

Hello I have just tried to build this example and the build works. Has this bug been fixed ?

YievCkim commented 3 years ago

Ok sorry it is about the tutorial one. I tried one from conrod_glium/example