diff --git a/Cargo.lock b/Cargo.lock index f672fe9..c3421af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -404,8 +404,9 @@ dependencies = [ [[package]] name = "cargo-gpu-install" -version = "0.9.0" -source = "git+https://github.com/Rust-GPU/rust-gpu?rev=8494942c0be705049514c2515761da7ef24fcbeb#8494942c0be705049514c2515761da7ef24fcbeb" +version = "0.10.0-alpha.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82bad075de69e455c338955b4a7d58c0ced253185ef7703a3c6a3846e2d5ee66" dependencies = [ "anyhow", "cargo_metadata", @@ -2957,8 +2958,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc_codegen_spirv-types" -version = "0.9.0" -source = "git+https://github.com/Rust-GPU/rust-gpu?rev=8494942c0be705049514c2515761da7ef24fcbeb#8494942c0be705049514c2515761da7ef24fcbeb" +version = "0.10.0-alpha.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ac3a589ac4bf0931b69299679803063986f280a2b82ace70e7f8b2d0db0dec2" dependencies = [ "rspirv", "semver", @@ -3283,8 +3285,9 @@ dependencies = [ [[package]] name = "spirv-builder" -version = "0.9.0" -source = "git+https://github.com/Rust-GPU/rust-gpu?rev=8494942c0be705049514c2515761da7ef24fcbeb#8494942c0be705049514c2515761da7ef24fcbeb" +version = "0.10.0-alpha.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b721e6d7d7bc999126e838d16b070c8beada89ff8251c3f8a9e5292102827d86" dependencies = [ "cargo_metadata", "log", @@ -3299,8 +3302,9 @@ dependencies = [ [[package]] name = "spirv-std" -version = "0.9.0" -source = "git+https://github.com/Rust-GPU/rust-gpu?rev=8494942c0be705049514c2515761da7ef24fcbeb#8494942c0be705049514c2515761da7ef24fcbeb" +version = "0.10.0-alpha.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68cdc5ca01151f2627fdf1cff34bf6452f5dc212a6d09f4aa5a9b4f17e9bc8e3" dependencies = [ "bitflags 1.3.2", "glam", @@ -3312,8 +3316,9 @@ dependencies = [ [[package]] name = "spirv-std-macros" -version = "0.9.0" -source = "git+https://github.com/Rust-GPU/rust-gpu?rev=8494942c0be705049514c2515761da7ef24fcbeb#8494942c0be705049514c2515761da7ef24fcbeb" +version = "0.10.0-alpha.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23b8538ad79b81964125710a912c46f3ea71c4f5732bab5d24d506b86ea8fde0" dependencies = [ "proc-macro2", "quote", @@ -3323,8 +3328,9 @@ dependencies = [ [[package]] name = "spirv-std-types" -version = "0.9.0" -source = "git+https://github.com/Rust-GPU/rust-gpu?rev=8494942c0be705049514c2515761da7ef24fcbeb#8494942c0be705049514c2515761da7ef24fcbeb" +version = "0.10.0-alpha.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28b7ffce7843c3a9f5d5d2b9c21402d4cd026c26780b2f16a3cd6de3e6436230" [[package]] name = "stable_deref_trait" diff --git a/Cargo.toml b/Cargo.toml index 24d9291..8b4f860 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,8 @@ wgpu = { version = "29.0.1", default-features = false, features = ["std", "parki pollster = "0.4.0" # rust-gpu -cargo-gpu-install = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "8494942c0be705049514c2515761da7ef24fcbeb" } -spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "8494942c0be705049514c2515761da7ef24fcbeb" } +cargo-gpu-install = { version = "0.10.0-alpha.1" } +spirv-std = { version = "0.10.0-alpha.1" } # other glam = { version = "0.32.0", default-features = false } diff --git a/generated/graphics/ash/cargo-gpu/Cargo.toml b/generated/graphics/ash/cargo-gpu/Cargo.toml index 774f3d4..a694552 100644 --- a/generated/graphics/ash/cargo-gpu/Cargo.toml +++ b/generated/graphics/ash/cargo-gpu/Cargo.toml @@ -23,8 +23,8 @@ gpu-allocator = { version = "0.28.0", default-features = false, features = ["std # rust-gpu # While `cargo-gpu` is backwards compatible with older rust-gpu versions, easiest is to just match the versions exactly. -cargo-gpu-install = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "8494942c0be705049514c2515761da7ef24fcbeb" } -spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "8494942c0be705049514c2515761da7ef24fcbeb" } +cargo-gpu-install = { version = "0.10.0-alpha.1" } +spirv-std = { version = "0.10.0-alpha.1" } # other glam = { version = "0.32.0", default-features = false } diff --git a/generated/graphics/ash/spirv-builder/Cargo.toml b/generated/graphics/ash/spirv-builder/Cargo.toml index 40f4f86..ce76966 100644 --- a/generated/graphics/ash/spirv-builder/Cargo.toml +++ b/generated/graphics/ash/spirv-builder/Cargo.toml @@ -23,8 +23,8 @@ gpu-allocator = { version = "0.28.0", default-features = false, features = ["std # rust-gpu # The version of the dependencies `spirv-builder` and `spirv-std` must match exactly! -spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "8494942c0be705049514c2515761da7ef24fcbeb" } -spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "8494942c0be705049514c2515761da7ef24fcbeb" } +spirv-builder = { version = "0.10.0-alpha.1" } +spirv-std = { version = "0.10.0-alpha.1" } # other glam = { version = "0.32.0", default-features = false } diff --git a/generated/graphics/wgpu/cargo-gpu/Cargo.toml b/generated/graphics/wgpu/cargo-gpu/Cargo.toml index de934ee..3e2f812 100644 --- a/generated/graphics/wgpu/cargo-gpu/Cargo.toml +++ b/generated/graphics/wgpu/cargo-gpu/Cargo.toml @@ -22,8 +22,8 @@ pollster = "0.4.0" # rust-gpu # While `cargo-gpu` is backwards compatible with older rust-gpu versions, easiest is to just match the versions exactly. -cargo-gpu-install = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "8494942c0be705049514c2515761da7ef24fcbeb" } -spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "8494942c0be705049514c2515761da7ef24fcbeb" } +cargo-gpu-install = { version = "0.10.0-alpha.1" } +spirv-std = { version = "0.10.0-alpha.1" } # other glam = { version = "0.32.0", default-features = false } diff --git a/generated/graphics/wgpu/spirv-builder/Cargo.toml b/generated/graphics/wgpu/spirv-builder/Cargo.toml index eb66518..b62b21b 100644 --- a/generated/graphics/wgpu/spirv-builder/Cargo.toml +++ b/generated/graphics/wgpu/spirv-builder/Cargo.toml @@ -22,8 +22,8 @@ pollster = "0.4.0" # rust-gpu # The version of the dependencies `spirv-builder` and `spirv-std` must match exactly! -spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "8494942c0be705049514c2515761da7ef24fcbeb" } -spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "8494942c0be705049514c2515761da7ef24fcbeb" } +spirv-builder = { version = "0.10.0-alpha.1" } +spirv-std = { version = "0.10.0-alpha.1" } # other glam = { version = "0.32.0", default-features = false } diff --git a/graphics/Cargo.toml.liquid b/graphics/Cargo.toml.liquid index e8af8a5..369ab0b 100644 --- a/graphics/Cargo.toml.liquid +++ b/graphics/Cargo.toml.liquid @@ -30,13 +30,13 @@ pollster = "0.4.0" # rust-gpu {% if integration == "spirv-builder" -%} # The version of the dependencies `spirv-builder` and `spirv-std` must match exactly! -spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "8494942c0be705049514c2515761da7ef24fcbeb" } +spirv-builder = { version = "0.10.0-alpha.1" } {% endif -%} {% if integration == "cargo-gpu" -%} # While `cargo-gpu` is backwards compatible with older rust-gpu versions, easiest is to just match the versions exactly. -cargo-gpu-install = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "8494942c0be705049514c2515761da7ef24fcbeb" } +cargo-gpu-install = { version = "0.10.0-alpha.1" } {% endif -%} -spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "8494942c0be705049514c2515761da7ef24fcbeb" } +spirv-std = { version = "0.10.0-alpha.1" } # other glam = { version = "0.32.0", default-features = false }