diff --git a/src/nodes/data.rs b/src/nodes/data.rs index 4fffc66..973f9ad 100644 --- a/src/nodes/data.rs +++ b/src/nodes/data.rs @@ -20,6 +20,8 @@ lazy_static! { pub static ref KEYMAPS: Mutex> = Mutex::new(SlotMap::default()); } +// TODO: probably just use d-bus for this stuff (custom protocol for exporting spatials as refs) because the mask stuff is just too confusing + static PULSE_SENDER_REGISTRY: Registry = Registry::new(); pub static PULSE_RECEIVER_REGISTRY: Registry = Registry::new();