-
Notifications
You must be signed in to change notification settings - Fork 19
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
Give option to chose backend renderer #27
Labels
bug
Something isn't working
Comments
Can you try the new version? try running an example |
Hey man what's the new latest version that I need to put in the cargo.toml file?
…-------- Original Message --------
On 16 May 2023, 5:16 am, Elham Aryanpur wrote:
Can you try the new version? try running an example
—
Reply to this email directly, [view it on GitHub](#27 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AZDKAUAER6CCCT6IAAMQXYDXGJ6IJANCNFSM6AAAAAAXZZ622Y).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
use the git for now, and I have also added backends option to WindowDescriptor where you can select a specific backend for our needs. Try that now |
fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And I have a very simple project:
As soon as I add this line
let mut engine = Engine::new();
it "panics" with this error message:As indicated by these folks
Please give option to chose backend renderer for the user!
The text was updated successfully, but these errors were encountered: