rmt.rs icon indicating copy to clipboard operation
rmt.rs copied to clipboard

Windows

Open 89z opened this issue 2 years ago • 1 comments

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

89z avatar Oct 11 '22 23:10 89z

Thanks for your comment, I will try to fix the bug!

AmineZouitine avatar Oct 11 '22 23:10 AmineZouitine