Lokathor/gl33

Missing no_std crate attribute

Closed this issue · 2 comments

I noticed this crate does not have the no_std attribute like the sibling gles30 and gl46 crates.

https://github.com/Lokathor/gl33/blob/main/src/lib.rs#L1 this line here should mark the crate as no_std as long as the println debug feature is not on.

Oh I guess I didn't see it.