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'm making a no_std library that will use iced-x86. It will also allow usage with std, but iced-x86 currently requires setting exactly one of std and no_std, preventing me from creating no_std libraries using it that also support std.
A simple and compatible fix would be to allow (maybe with a warning) setting both std and no_std, with std taking priority.
The text was updated successfully, but these errors were encountered:
I'm making a
no_std
library that will useiced-x86
. It will also allow usage withstd
, buticed-x86
currently requires setting exactly one ofstd
andno_std
, preventing me from creatingno_std
libraries using it that also supportstd
.A simple and compatible fix would be to allow (maybe with a warning) setting both
std
andno_std
, withstd
taking priority.The text was updated successfully, but these errors were encountered: