-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
does it work on windows? #8
Comments
I don’t know but it should work. The biggest challenge is probably the packaging (gtk is not windows friendly). |
Another tutorial, for windows users: https://www.reddit.com/r/rust/comments/86kmhu/compiling_rust_windows_gtk_stepbystep/ |
I tried to compiling it for windows, but I am getting
run with --verbose
|
@JohnWang1023 Thank you 😃 The xdg crate is only available for unix OS. I need it to find resource files (images and stylesheets) in |
I’ll replace the xdg crate with directories, which is multi-platform. |
Waiting for dirs-dev/directories-rs#39 |
Is there any windows-build out there? |
I got it working inside WSL2 on Windows |
does it work on windows?
The text was updated successfully, but these errors were encountered: