godot-rust / gdnative-book

The user guide for godot-rust.
https://godot-rust.github.io/book
MIT License
64 stars 42 forks source link

Changes the default build version to 0.10 on the hello-world page #67

Closed Lambdanaut closed 2 years ago

Lambdanaut commented 2 years ago

This caused me a bit of a headache when looking at the godot-examples, because they use signals a different way than are used in the older 0.9 version given on this getting started page.

This change reflects the latest version of godot-rust for noobies so that the godot examples will work for them.

Bromeon commented 2 years ago

Very nice, thanks!

There are also quite a few occurrences of docs.rs still referring to 0.9*. Are you interested in updating those as well? If yes, would be good to use latest instead of just 0.10.0, otherwise we'll face the same issue next minor version.

grafik

Lambdanaut commented 2 years ago

No problem. Done 👍

Lambdanaut commented 2 years ago

Links fixed 👍

Bromeon commented 2 years ago

Thanks a lot for the continuous fixes! 🙂