slint/docs/tutorial
Simon Hausmann 9f11d3d126 Disable the playground buttons in the Rust tutorial
Running those requires sixtyfps and graphics. Would be cool of course to
have a wasm based playground in the future, but meanwhile it's better to
disable the buttons.
2021-06-17 10:46:48 +02:00
..
src Disable the playground buttons in the Rust tutorial 2021-06-17 10:46:48 +02:00
.gitignore Initial conversion of the memory game tutorial to mdbook 2021-06-15 14:38:40 +02:00
book.toml Add .60 syntax highlighting 2021-06-15 15:30:26 +02:00
highlight_60.js Add missing license header 2021-06-15 15:51:48 +02:00
README.md Initial conversion of the memory game tutorial to mdbook 2021-06-15 14:38:40 +02:00

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.