mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Rename package of custom_backend example
This commit is contained in:
parent
a1ee2c3d0d
commit
1c69416c32
16
Cargo.lock
generated
16
Cargo.lock
generated
@ -963,14 +963,6 @@ version = "1.1.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
|
checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "custom-backend"
|
|
||||||
version = "24.0.0"
|
|
||||||
dependencies = [
|
|
||||||
"pollster",
|
|
||||||
"wgpu",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "data-encoding"
|
name = "data-encoding"
|
||||||
version = "2.8.0"
|
version = "2.8.0"
|
||||||
@ -4719,6 +4711,14 @@ dependencies = [
|
|||||||
"winit 0.30.8",
|
"winit 0.30.8",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "wgpu-example-custom-backend"
|
||||||
|
version = "0.0.0"
|
||||||
|
dependencies = [
|
||||||
|
"pollster",
|
||||||
|
"wgpu",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wgpu-examples"
|
name = "wgpu-examples"
|
||||||
version = "24.0.0"
|
version = "24.0.0"
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "custom-backend"
|
name = "wgpu-example-custom-backend"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.85"
|
rust-version = "1.85"
|
||||||
publish = false
|
publish = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user