rmt.rs
rmt.rs copied to clipboard
Windows
currently fails to build
error[E0433]: failed to resolve: maybe a missing crate `sys`?
--> C:\Users\Steven\.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\lib.rs:24:9
|
24 | pub use sys::size::terminal_size;
| ^^^ maybe a missing crate `sys`?
|
= help: consider adding `extern crate sys` to use the `sys` crate
Thanks for your comment, I will try to fix the bug!