-
Notifications
You must be signed in to change notification settings - Fork 52
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
Example code given in readme doesn't seem to work #45
Comments
Does code from the I'll try to take a look at what might be wrong soon. |
I think it's because the readme example assumes that the |
However, after fixing the dependency in Cargo.toml, I ran in to the following error with the example in the readme
|
Are you using [dependencies.emu_core]
version = "0.1.1"
features = ["glsl-compile"] |
Yeah, that was part of my issue at first. Turns out the error above was that I needed to replace |
Also, the example in |
Test project: emu_test.zip
Errors (and warning) produced:
The text was updated successfully, but these errors were encountered: