screenshot-rs icon indicating copy to clipboard operation
screenshot-rs copied to clipboard

Moved windows binding to dependency, and moved from (uncompilable) nightly to stable

Open 8176135 opened this issue 7 years ago • 2 comments

Removed the need for core_intrinsic feature, and removed the convert feature that doesn't exist anymore and is causing a compiler error.

Also added windows dependency winapi and removed all the direct windows bindings.

Also bumped version to 0.0.8

8176135 avatar Oct 14 '18 06:10 8176135

Is there any progress on this PR? I encountered this error when compiling.

error[E0635]: unknown feature `convert`
  --> C:\Users\yetone\.cargo\registry\src\index.crates.io-6f17d22bba15001f\screenshot-0.0.7\src\lib.rs:15:29
   |
15 | #![feature(core_intrinsics, convert)]
   |                             ^^^^^^^

yetone avatar Mar 27 '23 15:03 yetone

@yetone I haven't used it since 2021, 2 years have been passed. I suppose you need to make your own PR with all problems fixed.

koutoftimer avatar Mar 27 '23 18:03 koutoftimer