refactor: split cargo workspace
This commit is contained in:
parent
5db14936e7
commit
1c21bd1259
695 changed files with 32023 additions and 44964 deletions
|
|
@ -45,7 +45,10 @@ mod macros;
|
|||
#[macro_use]
|
||||
mod leaks;
|
||||
#[macro_use]
|
||||
mod tracy;
|
||||
extern crate jay_tracy;
|
||||
|
||||
use jay_tracy as tracy;
|
||||
|
||||
mod acceptor;
|
||||
mod allocator;
|
||||
mod animation;
|
||||
|
|
@ -89,14 +92,11 @@ 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 security_context_acceptor;
|
||||
mod sighand;
|
||||
mod state;
|
||||
mod tagged_acceptor;
|
||||
|
|
@ -119,7 +119,6 @@ mod wire;
|
|||
mod wire_dbus;
|
||||
mod wire_ei;
|
||||
mod wire_xcon;
|
||||
mod wl_usr;
|
||||
mod xcon;
|
||||
mod xwayland;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue