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 = []