Commit graph

6 commits

Author SHA1 Message Date
Simon Hausmann
b8c6a09a94 doc: Simplify Getting Started for Rust
There's no need anymore to use cargo-generate.
2024-09-11 10:05:40 +02:00
Simon Hausmann
227bd78150 Change Rust Quickstart to use the Rust template
This reduces duplicated documentation and fixes two bugs. One minor additional change is that Rust code from the game logic chapter can now safely be copied, because the tiles variable is cloned in the previous step.

Fixes #5825
Fixes #5824
2024-08-13 15:02:43 +02:00
botent
17f71a3b15 Typos-Fix: Getting Started Docs 2024-07-30 21:52:37 +02:00
Olivier Goffart
3bbb6e9d0a Rust quickstart: don't use the template if we're not using build.rs
The quickstart use the slint macro which doesn't use build.rs. The template is conter-productive
as it uses the slint-build and build.rs to compile Slint file.
If we're not using that, it is much easier to start with a fresh clean project.
2024-06-19 09:57:46 +02:00
Chris Chinchilla
0a76954aa9 Make Rust default 2024-06-06 07:14:44 -07:00
Chris Chinchilla
ab9d7f342b
Consolidate language tutorials (#5037)
All the language tutorials are merged into the Slint reference as "quick starts".
2024-06-04 16:54:36 +02:00