mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Decouple custom_backend example from the workspace
This commit is contained in:
parent
f109a6966a
commit
c223d3544b
@ -1,18 +1,9 @@
|
||||
[package]
|
||||
name = "custom-backend"
|
||||
description = "Example of creating and loading custom wgpu backend"
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
keywords.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition = "2021"
|
||||
rust-version = "1.85"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
wgpu = { workspace = true, features = ["custom"], default-features = false }
|
||||
pollster = { workspace = true, features = ["macro"] }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
wgpu = { version = "24.0.0", features = ["custom"], default-features = false }
|
||||
pollster = { version = "0.4", features = ["macro"] }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user