-
Notifications
You must be signed in to change notification settings - Fork 86
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
Cannot build. Failed to select a version of imgui-sys #97
Comments
I have the same issue! |
Hey Mark, I fixed it changing the versions of imgui and imgui-winit-support to 0.10 instead of 0.11 |
I found that I had to start using the git HEAD version of |
I have the same issue. It would be helpful for the author to provide an example with a clean cargo file that uses this actual crate. |
I’ve dumped imgui now; it’s too much aggro. |
I do not actively use this crate anymore. PRs for version bumps are welcome and I'll gladly merge and release. But considering I do not follow the release schedule of dependents it does not make much sense for me to make those changes. |
Description
Hey guys, first of all, thank you for your work.
As this is the first time I'm using imgui maybe it's an experience-related problem. But when trying to use imgui-wgpu I'm having trouble building the project. But maybe the version of the crates I'm using are not right.
This is how my cargo.toml looks like:
(the cargo.toml of the examples uses version 0.11 for imgui and imgui-winit-support)
Problem
Repro steps
System Information
rustc 1.68.2 (9eb3afe9e 2023-03-27) stable
OS: Win 11 x64
The text was updated successfully, but these errors were encountered: