slint/docs/tutorial
Simon Hausmann 5864411eca Extract all .60 code in the rust tutorial into separate files
That gives maximum test coverage
2021-06-16 14:45:18 +02:00
..
src Extract all .60 code in the rust tutorial into separate files 2021-06-16 14:45:18 +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.