mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Adapt the parser to parse := instead of =
This commit is contained in:
parent
5228f3695d
commit
dd756ef112
5 changed files with 26 additions and 16 deletions
|
@ -3,7 +3,7 @@ use wasm_bindgen::prelude::*;
|
|||
|
||||
// Using a macro for now. But there could be others ways to do that
|
||||
sixtyfps::sixtyfps! {
|
||||
SuperSimple = Rectangle {
|
||||
SuperSimple := Rectangle {
|
||||
color: white;
|
||||
|
||||
Rectangle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue