diff --git a/Cargo.lock b/Cargo.lock index db75df7..f673070 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,6 +140,7 @@ name = "color_cube" version = "0.1.0" dependencies = [ "manifest-dir-macros", + "mint", "stardust-xr-fusion", "stardust-xr-molecules", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 90faa15..536cb2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" [dependencies] manifest-dir-macros = "0.1.18" +mint = "0.5.9" stardust-xr-fusion = { git = "https://github.com/StardustXR/core" } stardust-xr-molecules = { git = "https://github.com/StardustXR/molecules" } tokio = { version = "1.37.0", features = ["full"] } diff --git a/res/color_cube/color_cube.blend b/res/color_cube/color_cube.blend index 91df68d..d1edeae 100644 Binary files a/res/color_cube/color_cube.blend and b/res/color_cube/color_cube.blend differ diff --git a/res/color_cube/color_cube.blend1 b/res/color_cube/color_cube.blend1 index 7add51d..3294d66 100644 Binary files a/res/color_cube/color_cube.blend1 and b/res/color_cube/color_cube.blend1 differ diff --git a/res/color_cube/color_cube.glb b/res/color_cube/color_cube.glb index 1736b06..446bdf3 100644 Binary files a/res/color_cube/color_cube.glb and b/res/color_cube/color_cube.glb differ