gl-rs icon indicating copy to clipboard operation
gl-rs copied to clipboard

Do we make crate no_std compatible possibly

Open XiangYyang opened this issue 2 years ago • 2 comments

I noted that https://github.com/brendanzab/gl-rs/pull/530. It has been inactive for a year. I have the same issue with no_std support.

All the "OS dependent" things that gleam uses are type definitions, it's not necessary to depend on the std crate.

XiangYyang avatar Sep 01 '22 05:09 XiangYyang

Almost one year anniversary. +1

hatmajster avatar Aug 29 '23 15:08 hatmajster

there's other crates like gl33, gl46, or you could probably run phosphorus to spit out the bindings of another api level, and those crates run in no_std

Lokathor avatar Aug 31 '23 21:08 Lokathor