mirror of
https://github.com/YaLTeR/niri.git
synced 2025-10-06 00:23:14 +02:00
don't use smithay::reexports for calloop::EventLoop
This commit is contained in:
committed by
Ivan Molodetskikh
parent
fe2c2eec29
commit
7a2379ad35
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user