Lokathor
Lokathor
The linux gnu version works fine, but a musl build is missing the libc startup. I don't know if this function is part of compiler_builtins or libc, but I think...
Many people have asked me in just looking at the intro of `learn-glow`, "how do you deal with different GL versions?" At the moment, as I understand it, if the...
It would be very helpful if you could have a chart of what platform targets / windowing libs / OpenGL versions etc are all well supported by the library.
we might want to have feature gated track_caller attributes on anything that can panic.
https://github.com/dtolnay/trybuild This would let us declare things that _should fail_ and then check that they really do fail. Specifically, we could make a test such as ```rust #[derive(Zeroable, Pod)] pub...
We're building the 2.0.22 source, but haven't actually exposed the 2.0.18 functions within the library.
docs say: drop events are enabled by default docs should say: drop events are DISABLED by default.