-
Notifications
You must be signed in to change notification settings - Fork 281
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
piston-demo is broken #30
Comments
Thats' odd, would you please provide detailed stack trace by running the debug build ? Thanks |
It seems the dependency i am using for this which called |
Hi error[E0425]: cannot find function |
Would you please provide more details about how you compile the code ? |
I have managed to run that example but using the following configuration in cargo.toml |
Hi I tried your configure, what I see is this error
This is caused by version conflict of the piston window used by newer version of Plotters and your configuration. If this is the issue, it seems change the version requirement of psition window to * could solve
|
Closed due to removal of piston backend |
The piston demo builds, but panics immediately
This is running on MacOS Mojave.
The text was updated successfully, but these errors were encountered: