feat(objects): implement hmd spatial again (i forgor)

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-07-16 03:05:45 +02:00
parent a8144dbd22
commit a8b5ff47a6
4 changed files with 114 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ use zbus::{Connection, interface, object_server::Interface, zvariant::OwnedObjec
pub mod input;
pub mod play_space;
pub mod hmd;
pub struct ObjectHandle<I: Interface>(Connection, OwnedObjectPath, PhantomData<I>);