PistonDevelopers / conrod

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

Tutorial is outdated #1430

Open arthrp opened 2 years ago

arthrp commented 2 years ago

Tutorial for version 0.74 (latest) is totally outdated. E.g. it states

Add conrod = { version = "0.55.0", features = ["glium", "winit"] } to the [dependencies] section.

Conrod crate is marked as deprecated. Description:

In version 0.62.0, conrod was split into multiple sub-crates. The conrod crate itself is no longer used.