From 84e42499e7caecbeceb78f8f992c177d51ff8dee Mon Sep 17 00:00:00 2001 From: Nova Date: Mon, 17 Jun 2024 12:11:04 -0400 Subject: [PATCH] feat: todos --- src/nodes/data.rs | 2 ++ 1 file changed, 2 insertions(+) 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();