From 7a2379ad35a8ff9297379dfa61f6d62d35050bad Mon Sep 17 00:00:00 2001 From: sodiboo Date: Sun, 13 Jul 2025 16:38:14 +0200 Subject: don't use smithay::reexports for calloop::EventLoop --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 73d60bb4..25e6d153 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,6 +9,7 @@ use std::path::{Path, PathBuf}; use std::process::Command; use std::{env, mem}; +use calloop::EventLoop; use clap::{CommandFactory, Parser}; use clap_complete::Shell; use clap_complete_nushell::Nushell; @@ -28,7 +29,6 @@ use niri_config::Config; use niri_ipc::socket::SOCKET_PATH_ENV; use portable_atomic::Ordering; use sd_notify::NotifyState; -use smithay::reexports::calloop::EventLoop; use smithay::reexports::wayland_server::Display; use tracing_subscriber::EnvFilter; -- cgit