-
Notifications
You must be signed in to change notification settings - Fork 73
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
iui = "0.3" in toml - not work, require git folder. Git method - work. #109
Comments
I’ll just add that I experienced the same thing trying to build IUI for the first time on my Mac today; using this repo in Cargo.toml solved it for me as well. |
#86 removed the dependency on |
I get the same error if I try to use iui from GitHub as a dependency in another crate, but if I run |
If people are still interested in this, I just ran into a bunch of issues with the In case anyone is wondering why CMake 3.19, here's an explanation. The |
For what it's worth, I'm likely to have some free time from work soon and hopefully can take the time to fix the build script. Thank you all for this very useful discussion! |
This still happens on Windows 10 with version 0.3. (trunk has some different issues with bindgen not finding clang so couldn't test that.) It's very unfortunate that this requires an outdated cmake version (I only have 3.22) and I don't want users of my project to have to apply these hacks in order to get IUI compiling. |
Windows Server 2019
The text was updated successfully, but these errors were encountered: