crumblingstatue
crumblingstatue
> Oh err .. I guess you can't do that if you are not able to bring up the UI either. There's a manual way to do it: `echo publicbeta...
Interestingly, a fresh install of the flatpak version (`com.valvesoftware.Steam`) does produce a working version for me, even though https://github.com/flathub/com.valvesoftware.Steam/issues/1251 talks about the same issue with steamwebhelper on the flatpak version....
> @crumblingstatue please try something like this: `mv ~/.local/share/Steam ~/.local/share/Steam.off` then launch steam native. That will do a fresh install, do you get a functional setup if you do this?...
I'm not sure what can be `Send` and what cannot. See #179. I personally think probably `Texture` cannot be `Send`, because it has to remain on the same thread as...
A sensible course of action would be to discuss this with the SFML maintainers. They should know more about the thread safety of various SFML types. If you'd like to,...
I'm using the [link-cplusplus](https://github.com/dtolnay/link-cplusplus) crate for linking the C++ standard library, but it doesn't seem to have a static option.
Just make sure that you don't change how dynamic linking works. So this libstdc++ specific code should only happen when static linking is requested.
#177 relates to this, `Window` doesn't implement `Send`.
This would be beneficial, as new users might not know that examples are located under the `examples` folder in the source code. This should be relatively easy. Just detect if...
The vendored CSFML is a custom fork tailored for rust-sfml, so there is no intention of removing it. However, building SFML with CMake might be something worth exploring.