PistonDevelopers / gfx_graphics

A Gfx 2D back-end for the Piston game engine
MIT License
55 stars 31 forks source link

Cannot compile due to stb_truetype 0.2.5 #350

Open Caeleron opened 5 years ago

Caeleron commented 5 years ago

error: Edition 2018 is unstable and only available for nightly builds of rustc.

error: Could not compile stb_truetype.
warning: build failed, waiting for other jobs to finish... error: build failed

bvssvni commented 5 years ago

Do you need a Rust update?

Caeleron commented 5 years ago

The newest stable build for cargo does not allow anything with the newest stb_truetype to build. It's an issue with stb_truetype 0.2.5.

bvssvni commented 5 years ago

No problems on my machine. Are you sure this is the right project?

Caeleron commented 5 years ago

Well, pretty much all projects that use this require manually using the 0.2.4 version in order to build successfully.

bvssvni commented 5 years ago

Can you dump Cargo.lock?