feat: new clipboard manager module

This commit is contained in:
Jake Stanger
2023-02-25 14:30:45 +00:00
parent 5bbe64bb86
commit 575d6cc30f
26 changed files with 1809 additions and 149 deletions

View File

@@ -1,4 +1,4 @@
#[cfg(any(feature = "music", feature = "workspaces"))]
#[cfg(any(feature = "music", feature = "workspaces", feature = "clipboard"))]
mod gtk;
mod provider;