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
fix(windows): enable dep:winapi crate with backend-bitmap
Otherwise the crate does not compile on windows with
--no-default-features --features backend-bitmap (not a particularly
useful combination of features, since it gives bitmaps without mmap
backends, which would usually drag in the winapi crate, but it should
still work).
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments