Skip to content

Commit 06ec042

Browse files
committed
update rust-gpu, remove dylib declaration
see Rust-GPU/rust-gpu#477
1 parent 134c1e8 commit 06ec042

File tree

12 files changed

+19
-34
lines changed

12 files changed

+19
-34
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ wgpu = { version = "27.0.1", default-features = false, features = ["std", "parki
2424
pollster = "0.4.0"
2525

2626
# rust-gpu
27-
cargo-gpu = { git = "https://github.com/Rust-GPU/cargo-gpu", rev = "bf24eb6060e0c7b0013eceddd23b5d7cee68f4cc" }
28-
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "6fb875068d0d35b1a81ae89b73cf7a464f8c60f7" }
27+
cargo-gpu = { git = "https://github.com/Rust-GPU/cargo-gpu", rev = "bb74342b90066ce8b7d50ba8e058df356a54acf4" }
28+
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "96fcc9dbe475921997050c25c02a62c7a12d48e0" }
2929

3030
# other
3131
glam = { version = "0.30.9", default-features = false }

generated/graphics/ash/cargo-gpu/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ ash = "0.38"
2121
ash-window = "0.13"
2222

2323
# rust-gpu
24-
cargo-gpu = { git = "https://github.com/Rust-GPU/cargo-gpu", rev = "bf24eb6060e0c7b0013eceddd23b5d7cee68f4cc" }
25-
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "6fb875068d0d35b1a81ae89b73cf7a464f8c60f7" }
24+
cargo-gpu = { git = "https://github.com/Rust-GPU/cargo-gpu", rev = "bb74342b90066ce8b7d50ba8e058df356a54acf4" }
25+
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "96fcc9dbe475921997050c25c02a62c7a12d48e0" }
2626

2727
# other
2828
glam = { version = "0.30.9", default-features = false }

generated/graphics/ash/cargo-gpu/mygraphics-shaders/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ edition = "2024"
66
[lints]
77
workspace = true
88

9-
[lib]
10-
crate-type = ["lib", "dylib"]
11-
129
[dependencies]
1310
spirv-std.workspace = true
1411
glam.workspace = true

generated/graphics/ash/spirv-builder/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ ash-window = "0.13"
2222

2323
# rust-gpu
2424
# The version of the dependencies `spirv-builder` and `spirv-std` must match exactly!
25-
spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "6fb875068d0d35b1a81ae89b73cf7a464f8c60f7" }
26-
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "6fb875068d0d35b1a81ae89b73cf7a464f8c60f7" }
25+
spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "96fcc9dbe475921997050c25c02a62c7a12d48e0" }
26+
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "96fcc9dbe475921997050c25c02a62c7a12d48e0" }
2727

2828
# other
2929
glam = { version = "0.30.9", default-features = false }

generated/graphics/ash/spirv-builder/mygraphics-shaders/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ edition = "2024"
66
[lints]
77
workspace = true
88

9-
[lib]
10-
crate-type = ["lib", "dylib"]
11-
129
[dependencies]
1310
spirv-std.workspace = true
1411
glam.workspace = true

generated/graphics/wgpu/cargo-gpu/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ wgpu = { version = "27.0.1", default-features = false, features = ["std", "parki
2121
pollster = "0.4.0"
2222

2323
# rust-gpu
24-
cargo-gpu = { git = "https://github.com/Rust-GPU/cargo-gpu", rev = "bf24eb6060e0c7b0013eceddd23b5d7cee68f4cc" }
25-
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "6fb875068d0d35b1a81ae89b73cf7a464f8c60f7" }
24+
cargo-gpu = { git = "https://github.com/Rust-GPU/cargo-gpu", rev = "bb74342b90066ce8b7d50ba8e058df356a54acf4" }
25+
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "96fcc9dbe475921997050c25c02a62c7a12d48e0" }
2626

2727
# other
2828
glam = { version = "0.30.9", default-features = false }

generated/graphics/wgpu/cargo-gpu/mygraphics-shaders/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ edition = "2024"
66
[lints]
77
workspace = true
88

9-
[lib]
10-
crate-type = ["lib", "dylib"]
11-
129
[dependencies]
1310
spirv-std.workspace = true
1411
glam.workspace = true

generated/graphics/wgpu/spirv-builder/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ pollster = "0.4.0"
2222

2323
# rust-gpu
2424
# The version of the dependencies `spirv-builder` and `spirv-std` must match exactly!
25-
spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "6fb875068d0d35b1a81ae89b73cf7a464f8c60f7" }
26-
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "6fb875068d0d35b1a81ae89b73cf7a464f8c60f7" }
25+
spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "96fcc9dbe475921997050c25c02a62c7a12d48e0" }
26+
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "96fcc9dbe475921997050c25c02a62c7a12d48e0" }
2727

2828
# other
2929
glam = { version = "0.30.9", default-features = false }

generated/graphics/wgpu/spirv-builder/mygraphics-shaders/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ edition = "2024"
66
[lints]
77
workspace = true
88

9-
[lib]
10-
crate-type = ["lib", "dylib"]
11-
129
[dependencies]
1310
spirv-std.workspace = true
1411
glam.workspace = true

0 commit comments

Comments
 (0)