don't use smithay::reexports for calloop::EventLoop

This commit is contained in:
sodiboo
2025-07-13 16:38:14 +02:00
committed by Ivan Molodetskikh
parent fe2c2eec29
commit 7a2379ad35

View File

@@ -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;