mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-09 03:50:34 +00:00

This is the Rust version and it's still missing the wasm chapter. There's also other bits missing, such as syntax checking, highlighting, etc.
289 B
289 B
Requirements
Building the tutorial requires mdbook
, which you can install with cargo
:
cargo install mdbook
Building
To build the tutorial, type:
mdbook build
The output will be in the book/html
subdirectory. To check it out, open it in your web browser.