mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
19 lines
485 B
TOML
19 lines
485 B
TOML
[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
|
|
|
|
[dependencies]
|
|
wgpu = { workspace = true, features = ["custom"], default-features = false }
|
|
pollster = { workspace = true, features = ["macro"] }
|
|
|
|
[lints]
|
|
workspace = true
|