From 7165f9572fdfbd4fa5dcc8bbd358b8d5f87c09f7 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sat, 8 Nov 2025 15:42:45 -0500 Subject: [PATCH] feat: add stardust-xr-molecules dependency for enhanced integration --- bridge/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bridge/Cargo.toml b/bridge/Cargo.toml index e27e777..7d42d61 100644 --- a/bridge/Cargo.toml +++ b/bridge/Cargo.toml @@ -21,6 +21,9 @@ path = "../third_party/asteroids" [dependencies.stardust-xr-fusion] path = "../third_party/core/fusion" +[dependencies.stardust-xr-molecules] +path = "../third_party/molecules" + [features] # Feature enabling real StardustXR integration when crates are present. real = []