From 5c8e2dbadb92f7dfb83c607ba897634bc0a7ae12 Mon Sep 17 00:00:00 2001 From: Nova Date: Thu, 23 Feb 2023 09:43:11 -0500 Subject: [PATCH] fix: remove patches --- Cargo.lock | 8 ++++++++ Cargo.toml | 6 +----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc0d90b..61ed0a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1673,6 +1673,8 @@ dependencies = [ [[package]] name = "stardust-xr" version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "798fb96a582da0fe0c791cfc10005a5eff3fbe3024e73b139456e63eda1380f4" dependencies = [ "chrono", "cluFlock", @@ -1691,6 +1693,8 @@ dependencies = [ [[package]] name = "stardust-xr-fusion" version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7f6c2945a8246880297b1f059e48a8eeb6ba39c58f67e83c05725b86f869149" dependencies = [ "anyhow", "color-rs", @@ -1712,6 +1716,8 @@ dependencies = [ [[package]] name = "stardust-xr-molecules" version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ae6569520bc27bd6fc015e4e0a687bb730631dc039bb5c5c14c2ad40457cfac" dependencies = [ "color-rs", "glam 0.23.0", @@ -1728,6 +1734,8 @@ dependencies = [ [[package]] name = "stardust-xr-schemas" version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bebfbddbcba7db7ce8180bb373c9ad5a7d58ff60ee213ca07562820d7e8aab0" dependencies = [ "flatbuffers", "flexbuffers", diff --git a/Cargo.toml b/Cargo.toml index b5b5bf3..9b2ccf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,8 +26,4 @@ ustr = "0.9.0" walkdir = "2.3.2" [dev-dependencies] -tempdir = "0.3.7" - -[patch.crates-io] -stardust-xr-molecules = { path = "../../molecules" } -stardust-xr-fusion = { path = "../../core/fusion" } \ No newline at end of file +tempdir = "0.3.7" \ No newline at end of file