diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-21 10:45:03 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-21 10:45:03 +0400 |
| commit | 9e60b344d06979ade51e49eaa766198e3133b909 (patch) | |
| tree | f57d794a14dcc23ff15967b75ec7b11faa584366 /src/lib.rs | |
| parent | 2c01cde9beaacd8abf5f5b3117b9e006349bd633 (diff) | |
| download | niri-9e60b344d06979ade51e49eaa766198e3133b909.tar.gz niri-9e60b344d06979ade51e49eaa766198e3133b909.tar.bz2 niri-9e60b344d06979ade51e49eaa766198e3133b909.zip | |
Move watcher to utils
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -20,7 +20,6 @@ pub mod protocols; pub mod render_helpers; pub mod screenshot_ui; pub mod utils; -pub mod watcher; #[cfg(not(feature = "xdp-gnome-screencast"))] pub mod dummy_pw_utils; |
