debug: Add dbus interface to control debug prints

This commit is contained in:
Dorota Czaplejewicz
2022-01-28 12:14:24 +00:00
parent 5a210712f6
commit bbceba7e9b
6 changed files with 123 additions and 9 deletions

View File

@ -13,6 +13,8 @@ extern crate gtk_sys;
extern crate maplit;
extern crate serde;
extern crate xkbcommon;
extern crate zbus;
extern crate zvariant;
#[cfg(test)]
#[macro_use]
@ -23,6 +25,7 @@ mod logging;
mod action;
mod animation;
pub mod data;
mod debug;
mod drawing;
mod event_loop;
pub mod float_ord;