From 8485b82e9ec74b5d51ca83625e786f9c34b60a4b Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Tue, 16 Aug 2022 12:33:24 -0400 Subject: [PATCH] cleanup --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index aad51e2c..588000b9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,10 +6,10 @@ mod wayland_custom_surface; #[cfg(feature = "x")] pub mod x; -use adw::StyleManager; #[cfg(feature = "widgets")] pub use libcosmic_widgets as widgets; +use adw::StyleManager; use gtk4::{gdk, gio::{self, FileMonitorFlags, FileMonitorEvent, FileMonitor}, glib, prelude::*}; pub fn init() -> Option {