mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Bumps the patch-updates group with 12 updates: | Package | From | To | | --- | --- | --- | | [serde_json](https://github.com/serde-rs/json) | `1.0.137` | `1.0.138` | | [syn](https://github.com/dtolnay/syn) | `2.0.96` | `2.0.98` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.85` | `0.1.86` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.16.0` | `3.17.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.10` | `1.2.11` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.18` | `1.0.19` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.22` | `0.22.23` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.15` | `1.0.16` | | [wayland-backend](https://github.com/smithay/wayland-rs) | `0.3.7` | `0.3.8` | | [wayland-scanner](https://github.com/smithay/wayland-rs) | `0.31.5` | `0.31.6` | | [wayland-sys](https://github.com/smithay/wayland-rs) | `0.31.5` | `0.31.6` | | [winnow](https://github.com/winnow-rs/winnow) | `0.6.24` | `0.7.0` | Updates `serde_json` from 1.0.137 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.137...v1.0.138) Updates `syn` from 2.0.96 to 2.0.98 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.96...2.0.98) Updates `async-trait` from 0.1.85 to 0.1.86 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.85...0.1.86) Updates `bumpalo` from 3.16.0 to 3.17.0 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](https://github.com/fitzgen/bumpalo/compare/3.16.0...3.17.0) Updates `cc` from 1.2.10 to 1.2.11 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.10...cc-v1.2.11) Updates `ryu` from 1.0.18 to 1.0.19 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](https://github.com/dtolnay/ryu/compare/1.0.18...1.0.19) Updates `toml_edit` from 0.22.22 to 0.22.23 - [Commits](https://github.com/toml-rs/toml/compare/v0.22.22...v0.22.23) Updates `unicode-ident` from 1.0.15 to 1.0.16 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.15...1.0.16) Updates `wayland-backend` from 0.3.7 to 0.3.8 - [Release notes](https://github.com/smithay/wayland-rs/releases) - [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md) - [Commits](https://github.com/smithay/wayland-rs/commits) Updates `wayland-scanner` from 0.31.5 to 0.31.6 - [Release notes](https://github.com/smithay/wayland-rs/releases) - [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md) - [Commits](https://github.com/smithay/wayland-rs/commits) Updates `wayland-sys` from 0.31.5 to 0.31.6 - [Release notes](https://github.com/smithay/wayland-rs/releases) - [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md) - [Commits](https://github.com/smithay/wayland-rs/commits) Updates `winnow` from 0.6.24 to 0.7.0 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](https://github.com/winnow-rs/winnow/compare/v0.6.24...v0.7.0) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: async-trait dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: bumpalo dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: ryu dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: toml_edit dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: unicode-ident dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: wayland-backend dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: wayland-scanner dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: wayland-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
207 lines
5.6 KiB
TOML
207 lines
5.6 KiB
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"cts_runner",
|
|
"deno_webgpu",
|
|
|
|
# default members
|
|
"benches",
|
|
"examples/features",
|
|
"examples/standalone/*",
|
|
"lock-analyzer",
|
|
"naga-cli",
|
|
"naga",
|
|
"naga/fuzz",
|
|
"naga/hlsl-snapshots",
|
|
"player",
|
|
"tests",
|
|
"wgpu-core",
|
|
"wgpu-hal",
|
|
"wgpu-info",
|
|
"wgpu-macros",
|
|
"wgpu-types",
|
|
"wgpu",
|
|
]
|
|
exclude = []
|
|
default-members = [
|
|
"benches",
|
|
"examples/features",
|
|
"examples/standalone/*",
|
|
"lock-analyzer",
|
|
"naga-cli",
|
|
"naga",
|
|
"naga/fuzz",
|
|
"naga/hlsl-snapshots",
|
|
"player",
|
|
"tests",
|
|
"wgpu-core",
|
|
"wgpu-hal",
|
|
"wgpu-info",
|
|
"wgpu-macros",
|
|
"wgpu-types",
|
|
"wgpu",
|
|
]
|
|
|
|
[workspace.lints.clippy]
|
|
manual_c_str_literals = "allow"
|
|
ref_as_ptr = "warn"
|
|
# NOTE: disallowed-types is configured in other file: clippy.toml
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
rust-version = "1.83"
|
|
keywords = ["graphics"]
|
|
license = "MIT OR Apache-2.0"
|
|
homepage = "https://wgpu.rs/"
|
|
repository = "https://github.com/gfx-rs/wgpu"
|
|
version = "24.0.0"
|
|
authors = ["gfx-rs developers"]
|
|
|
|
[workspace.dependencies]
|
|
naga = { version = "24.0.0", path = "./naga" }
|
|
wgpu = { version = "24.0.0", path = "./wgpu", default-features = false, features = [
|
|
"serde",
|
|
"wgsl",
|
|
"dx12",
|
|
"metal",
|
|
"static-dxc",
|
|
] }
|
|
wgpu-core = { version = "24.0.0", path = "./wgpu-core" }
|
|
wgpu-hal = { version = "24.0.0", path = "./wgpu-hal" }
|
|
wgpu-macros = { version = "24.0.0", path = "./wgpu-macros" }
|
|
wgpu-test = { version = "24.0.0", path = "./tests" }
|
|
wgpu-types = { version = "24.0.0", path = "./wgpu-types" }
|
|
|
|
anyhow = { version = "1.0.95", default-features = false }
|
|
approx = "0.5"
|
|
argh = "0.1.13"
|
|
arrayvec = { version = "0.7.6", default-features = false }
|
|
bincode = "1"
|
|
bit-set = { version = "0.8", default-features = false }
|
|
bit-vec = { version = "0.8", default-features = false }
|
|
bitflags = "2.7"
|
|
bytemuck = { version = "1.21", features = ["derive", "min_const_generics"] }
|
|
cfg_aliases = "0.2.1"
|
|
cfg-if = "1"
|
|
criterion = "0.5"
|
|
codespan-reporting = "0.11"
|
|
ctor = "0.2"
|
|
document-features = "0.2.10"
|
|
encase = "0.10.0"
|
|
env_logger = "0.11"
|
|
fern = "0.7"
|
|
flume = "0.11"
|
|
futures-lite = "2"
|
|
getrandom = "0.2"
|
|
glam = "0.29"
|
|
hashbrown = { version = "0.15.2", default-features = false, features = [
|
|
"default-hasher",
|
|
"inline-more",
|
|
] }
|
|
heck = "0.5.0"
|
|
image = { version = "0.24", default-features = false, features = ["png"] }
|
|
indexmap = { version = "2.7.1", default-features = false }
|
|
itertools = { version = "0.13.0" }
|
|
ktx2 = "0.3"
|
|
libc = { version = "0.2", default-features = false }
|
|
libloading = "0.8"
|
|
libtest-mimic = "0.8.1"
|
|
log = "0.4"
|
|
nanorand = { version = "0.7", default-features = false, features = ["wyrand"] }
|
|
noise = "0.9"
|
|
nv-flip = "0.1"
|
|
obj = "0.10"
|
|
# NOTE: once_cell/std is *required* for some commonly-used features, selecting this per crate
|
|
once_cell = { version = "1.20.2", default-features = false }
|
|
# Firefox has 3.4.0 vendored, so we allow that version in our dependencies
|
|
ordered-float = { version = ">=3,<=4.6", default-features = false }
|
|
parking_lot = "0.12.1"
|
|
pico-args = { version = "0.5.0", features = [
|
|
"eq-separator",
|
|
"short-space-opt",
|
|
"combined-flags",
|
|
] }
|
|
png = "0.17.16"
|
|
pollster = "0.4"
|
|
profiling = { version = "1", default-features = false }
|
|
raw-window-handle = { version = "0.6", default-features = false }
|
|
rayon = "1"
|
|
renderdoc-sys = "1.1.0"
|
|
ron = "0.8"
|
|
# NOTE: rustc-hash v2 is a completely different hasher with different performance characteristics
|
|
# see discussion here (including with some other alternatives): https://github.com/gfx-rs/wgpu/issues/6999
|
|
# (using default-features = false to support no-std build, avoiding any extra features that may require std::collections)
|
|
rustc-hash = { version = "1", default-features = false }
|
|
serde_json = "1.0.138"
|
|
serde = { version = "1", default-features = false }
|
|
smallvec = "1"
|
|
static_assertions = "1.1.0"
|
|
strum = { version = "0.26.3", default-features = false, features = ["derive"] }
|
|
trybuild = "1"
|
|
tracy-client = "0.17"
|
|
thiserror = { version = "2", default-features = false }
|
|
winit = { version = "0.29", features = ["android-native-activity"] }
|
|
|
|
# Metal dependencies
|
|
metal = "0.31.0"
|
|
block = "0.1"
|
|
core-graphics-types = "0.1"
|
|
objc = "0.2.5"
|
|
|
|
# Vulkan dependencies
|
|
android_system_properties = "0.1.1"
|
|
ash = "0.38.0"
|
|
gpu-alloc = "0.6"
|
|
gpu-descriptor = "0.3"
|
|
|
|
# DX12 dependencies
|
|
gpu-allocator = { version = "0.27", default-features = false }
|
|
range-alloc = "0.1"
|
|
mach-dxcompiler-rs = { version = "0.1.4", default-features = false }
|
|
windows-core = { version = "0.58", default-features = false }
|
|
|
|
# Gles dependencies
|
|
khronos-egl = "6"
|
|
glow = "0.16"
|
|
glutin = { version = "0.31", default-features = false }
|
|
glutin-winit = { version = "0.4", default-features = false }
|
|
glutin_wgl_sys = "0.6"
|
|
|
|
# DX12 and GLES dependencies
|
|
windows = { version = "0.58", default-features = false }
|
|
|
|
# wasm32 dependencies
|
|
console_error_panic_hook = "0.1.7"
|
|
console_log = "1"
|
|
js-sys = { version = "0.3.70", default-features = false }
|
|
wasm-bindgen = "0.2.97"
|
|
wasm-bindgen-futures = "0.4.45"
|
|
wasm-bindgen-test = "0.3"
|
|
web-sys = { version = "0.3.74", default-features = false }
|
|
web-time = "1.1.0"
|
|
|
|
# deno dependencies
|
|
deno_console = "0.179.0"
|
|
deno_core = "0.321.0"
|
|
deno_url = "0.179.0"
|
|
deno_web = "0.210.0"
|
|
deno_webidl = "0.179.0"
|
|
deno_webgpu = { version = "0.146.0", path = "./deno_webgpu" }
|
|
tokio = "1.41.1"
|
|
termcolor = "1.4.1"
|
|
|
|
# android dependencies
|
|
ndk-sys = "0.5.0"
|
|
|
|
# These overrides allow our examples to explicitly depend on release crates
|
|
[patch.crates-io]
|
|
wgpu = { path = "./wgpu" }
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
debug = true
|
|
|
|
# Speed up image comparison even in debug builds
|
|
[profile.dev.package."nv-flip-sys"]
|
|
opt-level = 3
|