bryal / captrs

Cross-platform screen capture in Rust
GNU Affero General Public License v3.0
151 stars 16 forks source link

Add documentation + dummy non-Windows version #10

Closed slaninas closed 2 years ago

slaninas commented 2 years ago

I thought there is no way to set the timeout on Windows because Capturer::new_with_timeout isn't visible when the documentation isn't created on Windows. This makes the method visible in doc on linux as well.

bryal commented 2 years ago

Sure, why not