- Rename state -> wayland_state - Move WayVR IPC server outside "wayvr" (wayland server) feature - WayVR IPC server is now available without "wayvr" (wayland server) feature - Remove run_compositor_at_start (run wayland server instantly)
5 lines
73 B
Rust
5 lines
73 B
Rust
pub mod event_queue;
|
|
pub mod events;
|
|
pub mod ipc_server;
|
|
pub mod signal;
|