mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 07:07:25 +00:00
Update git repository URL
This commit is contained in:
parent
28dd8f6294
commit
00ff5e21a7
62 changed files with 103 additions and 103 deletions
|
@ -8,7 +8,7 @@ authors = ["Slint Developers <info@slint-ui.com>"]
|
|||
edition = "2021"
|
||||
license = "(GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)"
|
||||
description = "Binaries for Rust version of Memory Tutorial of Slint"
|
||||
repository = "https://github.com/sixtyfpsui/sixtyfps"
|
||||
repository = "https://github.com/slint-ui/slint"
|
||||
homepage = "https://sixtyfps.io"
|
||||
publish = false
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
In this tutorial, we have demonstrated how to combine some built-in Slint elements with Rust code to build a little
|
||||
game. There are many more features that we have not talked about, such as layouts, widgets, or styling. Have a look
|
||||
at the [examples](https://github.com/sixtyfpsui/sixtyfps/tree/master/examples) in the Slint repo to
|
||||
see how these look like and can be used, such as the [todo example](https://github.com/sixtyfpsui/sixtyfps/tree/master/examples/todo).
|
||||
at the [examples](https://github.com/slint-ui/slint/tree/master/examples) in the Slint repo to
|
||||
see how these look like and can be used, such as the [todo example](https://github.com/slint-ui/slint/tree/master/examples/todo).
|
||||
|
||||
A slightly more polished version of this memory puzzle game is [available in the Slint repository](
|
||||
https://github.com/sixtyfpsui/sixtyfps/tree/master/examples/memory). And you can <a href="https://sixtyfps.io/demos/memory/" target="_blank">play the wasm version</a> in your browser.
|
||||
https://github.com/slint-ui/slint/tree/master/examples/memory). And you can <a href="https://sixtyfps.io/demos/memory/" target="_blank">play the wasm version</a> in your browser.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue