nashaofu / xcap

XCap is a cross-platform screen capture library written in Rust. It supports Linux (X11, Wayland), MacOS, and Windows. XCap supports screenshot and video recording (to be implemented).

Home Page:https://docs.rs/xcap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to import/use Compression

tance77 opened this issue · comments

commented

Version 0.7.3 I'm unable to import the Compression enum

use screenshots::{Compression}; //unresolved reference: 'Compression'

It's just not present and fails to find it.

I can import Compression

commented

You're right I just had some cached libraries. Seems to work now.