diff options
| author | sodiboo <git@sodi.boo> | 2025-07-13 16:38:14 +0200 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-07-14 13:16:10 +0300 |
| commit | 7a2379ad35a8ff9297379dfa61f6d62d35050bad (patch) | |
| tree | 82dc3a6f75611c2cb83ae25b55906907c27754c0 /src | |
| parent | fe2c2eec29492b169a834e066deac84ea3bfe013 (diff) | |
| download | niri-7a2379ad35a8ff9297379dfa61f6d62d35050bad.tar.gz niri-7a2379ad35a8ff9297379dfa61f6d62d35050bad.tar.bz2 niri-7a2379ad35a8ff9297379dfa61f6d62d35050bad.zip | |
don't use smithay::reexports for calloop::EventLoop
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
