Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial "Slint Memory Game Tutorial" is out of date #5019

Closed
Dangerise opened this issue Apr 5, 2024 · 1 comment
Closed

Tutorial "Slint Memory Game Tutorial" is out of date #5019

Dangerise opened this issue Apr 5, 2024 · 1 comment

Comments

@Dangerise
Copy link

for example , code from here

fn main() {
    MainWindow::new().run();
}

slint::slint! {
    MainWindow := Window {
        Text {
            text: "hello world";
            color: green;
        }
    }
}

image

@ogoffart
Copy link
Member

ogoffart commented Apr 5, 2024

Thanks for filling an issue.

This is a old documentation. The latest one is at this URL: https://releases.slint.dev/1.5.1/docs/tutorial/rust/getting_started

This is indeed confusing that the old documentation doesn't have a warning. You're not the first one to get caught by that. I've filled another issue #5020 so we can improve things. And I'm going to close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants