-
Notifications
You must be signed in to change notification settings - Fork 188
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
Examples fail to run #264
Comments
You first need to install
|
Does is worked? |
I close this now if you have still that issue you could reopen it. |
This fixed it! Is this anywhere in the docs? Might be helpful for other users. |
It's in the README |
@kivimango oops, don't know how I missed that. Thanks! Are those packages required in order to run OrbTK in general? |
I'm not sure, I would say yes, I'm on win 10 currently. |
Installing the packages that @FloVanGH mentioned didn't work: they were already installed on my computer but I still have problems, The 'image' example doesn't work. It compiles fine but after you try to start it, you get this in the console:
Other examples like e.g. the calculator do work fine. It 'could' be a driver issue since I am running this machine in VirtualBox. |
In my case it turned out that the I think this should be added to the list of dependencies to be installed for orbtk, especially that |
I don't know why, but I re-downloaded orbtk and recompiled everything, and the image sample works now. Disregard my previous post! |
Describe the bug
When running
cargo run --example widgets --release
, the build fails withTo Reproduce
Steps to reproduce the behavior:
cargo run --example widgets --release
inside the repositoryExpected behavior
Examples would run.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Problem occurs when using nightly or stable Rust.
The text was updated successfully, but these errors were encountered: