feat: update fusion and molecules

This commit is contained in:
Nova
2023-02-23 08:43:09 -05:00
parent 2b2b66f1f6
commit 084fa44330
5 changed files with 152 additions and 73 deletions

View File

@@ -5,7 +5,7 @@ use color_eyre::{
};
use manifest_dir_macros::directory_relative_path;
use protostar::{protostar::ProtoStar, xdg::parse_desktop_file};
use stardust_xr_molecules::fusion::client::Client;
use stardust_xr_fusion::client::Client;
use std::path::PathBuf;
#[derive(Debug, Parser)]