scurest / apicula

Convert Nintendo DS .nsbmd models
BSD Zero Clause License
160 stars 19 forks source link

Could not compile `stb_truetype`. #15

Closed GatoAmarilloBicolor closed 5 years ago

GatoAmarilloBicolor commented 5 years ago

I am on a linux mint, i lost something?

apicula> cargo b --release Compiling arrayvec v0.4.10
Compiling stb_truetype v0.2.5
Compiling rand_isaac v0.1.1
Compiling rand_hc v0.1.0
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

scurest commented 5 years ago

Nice name :)

I looks like you need a more recent version of Rust. Can you update Rust and try again? I can confirm it works in 1.31 (current stable is 1.33).

Cf https://github.com/tomaka/winit/issues/743.