mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 13:24:48 +00:00
rust tut: typo
This commit is contained in:
parent
e93ba87f03
commit
e9ab891314
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Introduction
|
||||
|
||||
This tutorial will introduce you to the Slint UI framework in a playful way by implementing a little memory game. We're going to combine the `.slint` language for the graphics with the game rules implemented in C++.
|
||||
This tutorial will introduce you to the Slint UI framework in a playful way by implementing a little memory game. We're going to combine the `.slint` language for the graphics with the game rules implemented in Rust.
|
||||
|
||||
The game consists of a grid of 16 rectangular tiles. Clicking on a tile uncovers an icon underneath.
|
||||
We know that there are 8 different icons in total, so each tile has a sibling somewhere in the grid with the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue