This commit is contained in:
Ferdinand Schober
2024-07-09 20:09:28 +02:00
parent 3933b6bf24
commit cb6ad7f1ac
5 changed files with 188 additions and 146 deletions

View File

@@ -4,7 +4,7 @@ use futures_core::Stream;
use input_event::Event;
use self::error::CaptureCreationError;
pub use error::{CaptureCreationError, CaptureError};
pub mod error;