all: import split crates directly
This commit is contained in:
parent
bfc2a525de
commit
dc62d2240f
247 changed files with 737 additions and 550 deletions
20
src/main.rs
20
src/main.rs
|
|
@ -47,15 +47,11 @@ mod leaks;
|
|||
#[macro_use]
|
||||
extern crate jay_tracy;
|
||||
|
||||
use jay_tracy as tracy;
|
||||
|
||||
mod acceptor;
|
||||
mod allocator;
|
||||
mod animation;
|
||||
mod async_engine;
|
||||
mod backend;
|
||||
mod backends;
|
||||
mod bugs;
|
||||
mod cli;
|
||||
mod client;
|
||||
mod clientmem;
|
||||
|
|
@ -63,17 +59,13 @@ mod cmm;
|
|||
mod compositor;
|
||||
mod config;
|
||||
mod copy_device;
|
||||
mod cpu_worker;
|
||||
mod criteria;
|
||||
mod cursor;
|
||||
mod cursor_user;
|
||||
mod damage;
|
||||
mod dbus;
|
||||
mod drm_feedback;
|
||||
mod edid;
|
||||
mod ei;
|
||||
mod eventfd_cache;
|
||||
mod fixed;
|
||||
mod forker;
|
||||
mod format;
|
||||
mod gfx_api;
|
||||
|
|
@ -81,42 +73,30 @@ mod gfx_apis;
|
|||
mod globals;
|
||||
mod icons;
|
||||
mod ifs;
|
||||
mod io_uring;
|
||||
#[cfg(feature = "it")]
|
||||
mod it;
|
||||
mod kbvm;
|
||||
mod keyboard;
|
||||
mod libinput;
|
||||
mod logger;
|
||||
mod logind;
|
||||
mod object;
|
||||
mod output_schedule;
|
||||
mod pango;
|
||||
mod pipewire;
|
||||
mod portal;
|
||||
mod pr_caps;
|
||||
mod rect;
|
||||
mod renderer;
|
||||
mod scale;
|
||||
mod screenshoter;
|
||||
mod sighand;
|
||||
mod state;
|
||||
mod tagged_acceptor;
|
||||
mod tasks;
|
||||
mod text;
|
||||
mod theme;
|
||||
mod time;
|
||||
mod tools;
|
||||
mod tree;
|
||||
mod udev;
|
||||
mod udmabuf;
|
||||
mod user_session;
|
||||
mod utils;
|
||||
mod version;
|
||||
mod video;
|
||||
mod virtual_output;
|
||||
mod vulkan_core;
|
||||
mod wheel;
|
||||
mod wire;
|
||||
mod wire_dbus;
|
||||
mod wire_ei;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue