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
when trying to run "cargo build" on the example folder,
I am getting this error 6 times:
error: use of unstable library feature 'float_bits_conv': recently added (see issue #40470)
any help will be appreciated
The text was updated successfully, but these errors were encountered:
Actually, this is a problem caused by a dependency of rust-media - the lewton crate uses the ieee754 crate, and that crate was broken as described in rust-lang/rust#40470 (comment) .
when trying to run "cargo build" on the example folder,
I am getting this error 6 times:
error: use of unstable library feature 'float_bits_conv': recently added (see issue #40470)
any help will be appreciated
The text was updated successfully, but these errors were encountered: