diff --git a/more-wallpapers/src/lib.rs b/more-wallpapers/src/lib.rs index b299598..be931d3 100644 --- a/more-wallpapers/src/lib.rs +++ b/more-wallpapers/src/lib.rs @@ -24,7 +24,7 @@ //! |GNOME(wayland) | ✅ | ❌ | `features=["fallback"]`¹ | //! |KDE | ✅ | ✅ | | //! |Mate(wayland) | ✅ | ❌ | `features=["fallback"]`¹ | -//! |Sway | ✅ | ❌ | `features=["fallback"]`¹ | +//! |Sway | ✅ | ✅ | | //! //! ¹ Please check also the requirements of the [wallpaper] crate.
//! ² Normally already installed.