Updated fusion and molecules

This commit is contained in:
nik012003
2023-02-25 00:58:04 +01:00
parent c39f755547
commit c07c36d143
6 changed files with 150 additions and 65 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)]