Marijn Suijten
Marijn Suijten
I started to inventorize all static-sized arrays that are runtime length bounded (either by a field or for strings a NULL terminator) at https://github.com/ash-rs/ash/compare/static-runtime-bounded-array-maybeuninit. Might get a little nasty to...
With the latest changes, almost all jobs are green now: https://github.com/MarijnS95/GKlib/actions/runs/16099464137 Except for a very simple [native MSBuild / Visual Studio + MSVC compilation](https://github.com/MarijnS95/GKlib/actions/runs/16099464137/job/45426695206). That still fails with: ``` D:\a\GKlib\GKlib\apps\gkuniq.c(78,5):...
@karypis are you interested in this change? I'd like to use it to demonstrate #45, and prevent such issues from creeping in in the future :)
Right there's another documentation page that actually describes this. It seems inconsistent at first, but after a while most `*Descriptor` based types (that are created from a `*Descriptor` with a...
> So winit is only for windows/desktop Winit is only for complete apps, running the entire app lifecycle in it (in Rust). I presume maplibre-rs also targets running as single...
@DerKarlos What do you want to make an issue about, and what do you expect as response/outcome?
Transferring to `glutin` as this has _nothing_ to do with `winit`. --- It used to be the case that naming the Rust library `libandroid.so` caused trouble [^1], because Android... also...
Yeah, fine to close this as it doesn't seem to be caused by the `libandroid.so` naming conflict inside Glutin. And this Android version is completely EOL anyway. If anyone is...
@fluolite can you clarify what the issue is? You provided a list of extensions including `EGL_KHR_platform_gbm` and a screenshot showing that that's part of the match, but didn't detail what...
Thanks @tronical, I see no way how I should have inferred that from @fluolite's minimal description 😅. --- @fluolite please share snippets of code in backticks instead of screenshots, they...