Replies: 3 comments 3 replies
-
|
I've not tried any gui, wayland, or x11 apps myself, but they should work in theory, unless they hit unimplemented features. In that winit issue, it appears Eyra is missing the I'm not aware of any existing locale implementations for Rust, and a full locale implementation would be a lot of work. However, a stub implementation that only supports the "POSIX" locale might be something that could be stood up pretty quickly. |
Beta Was this translation helpful? Give feedback.
-
|
According to this, winit has a |
Beta Was this translation helpful? Give feedback.
-
|
I tried to run simple slint projects with disabled most features, but still somehow dlopen is used(I tried to patch internal dependencies, but without success), so I think that gui apps, due depending on x11 or wayland are not really able to run with this project Project - slint-rust-template.zip |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to compile my gui app, but I got linking error - rust-windowing/winit#3230
It is possible to compile gui app or wayland/x11 are not designed to run with eyra?
Looks that removing libc setlocale code from winit fixes linker issue, but after compilation I got this crash
so looks that this is not really useful for this app because when looking in README.md I see
No support for dynamic linking.but this is quite strange because ldd returns
Beta Was this translation helpful? Give feedback.
All reactions