Merge branch 'main' into pr/10

This commit is contained in:
Jonas Kruckenberg 2022-11-16 12:45:23 +01:00
commit baf15ee0cc
12 changed files with 916 additions and 12 deletions

View file

@ -22,6 +22,8 @@ pub mod window;
pub mod notification;
#[cfg(feature = "os")]
pub mod os;
#[cfg(feature = "path")]
pub mod path;
#[derive(Debug, thiserror::Error)]
pub enum Error {