You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’d be interested in using this library, but I need the no_std support. Do you have anything for this? Would you accept a patch for it (if it’s easy)? Otherwise, I’ll just wrap my own functions in my (very specific) code, but if others are interested…
Kudos for the good work!
The text was updated successfully, but these errors were encountered:
I'm interested in this too. Both crates already use the libc crate, which provides primitives like c_int that the x11 library relies on. x11-dl would be harder, since it relies on lazy_static, and spinlocking might not be in the best interest here. I could probably write this PR by the end of the week.
Hey,
I’d be interested in using this library, but I need the
no_std
support. Do you have anything for this? Would you accept a patch for it (if it’s easy)? Otherwise, I’ll just wrap my own functions in my (very specific) code, but if others are interested…Kudos for the good work!
The text was updated successfully, but these errors were encountered: