mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Bumps the patch-updates group with 10 updates: | Package | From | To | | --- | --- | --- | | [bitflags](https://github.com/bitflags/bitflags) | `2.8.0` | `2.9.0` | | [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.19.1` | `0.19.2` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.10.0` | `1.11.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.15` | `1.2.16` | | [clap](https://github.com/clap-rs/clap) | `4.5.30` | `4.5.31` | | [clap_builder](https://github.com/clap-rs/clap) | `4.5.30` | `4.5.31` | | [litemap](https://github.com/unicode-org/icu4x) | `0.7.4` | `0.7.5` | | [uuid](https://github.com/uuid-rs/uuid) | `1.14.0` | `1.15.1` | | [zerofrom](https://github.com/unicode-org/icu4x) | `0.1.5` | `0.1.6` | | [zerofrom-derive](https://github.com/unicode-org/icu4x) | `0.1.5` | `0.1.6` | Updates `bitflags` from 2.8.0 to 2.9.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.8.0...2.9.0) Updates `cargo_metadata` from 0.19.1 to 0.19.2 - [Release notes](https://github.com/oli-obk/cargo_metadata/releases) - [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md) - [Commits](https://github.com/oli-obk/cargo_metadata/compare/0.19.1...0.19.2) Updates `portable-atomic` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/portable-atomic/compare/v1.10.0...v1.11.0) Updates `cc` from 1.2.15 to 1.2.16 - [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.15...cc-v1.2.16) Updates `clap` from 4.5.30 to 4.5.31 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.30...v4.5.31) Updates `clap_builder` from 4.5.30 to 4.5.31 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.5.30...v4.5.31) Updates `litemap` from 0.7.4 to 0.7.5 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `uuid` from 1.14.0 to 1.15.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.14.0...v1.15.1) Updates `zerofrom` from 0.1.5 to 0.1.6 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) Updates `zerofrom-derive` from 0.1.5 to 0.1.6 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: cargo_metadata dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: portable-atomic dependency-type: direct:production 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: clap dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: litemap dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: uuid dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: zerofrom dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: zerofrom-derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
225 lines
6.3 KiB
TOML
225 lines
6.3 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-core/platform-deps/*",
|
|
"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-core/platform-deps/*",
|
|
"wgpu-hal",
|
|
"wgpu-info",
|
|
"wgpu-macros",
|
|
"wgpu-types",
|
|
"wgpu",
|
|
]
|
|
|
|
[workspace.lints.clippy]
|
|
ref_as_ptr = "warn"
|
|
# NOTE: disallowed-types is configured in other file: clippy.toml
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
rust-version = "1.85"
|
|
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",
|
|
"vulkan",
|
|
"gles",
|
|
"dx12",
|
|
"metal",
|
|
"static-dxc",
|
|
"webgl",
|
|
"noop", # This should be removed if we ever have non-test crates that depend on wgpu
|
|
] }
|
|
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" }
|
|
|
|
wgpu-core-deps-windows-linux-android = { version = "24.0.0", path = "./wgpu-core/platform-deps/windows-linux-android" }
|
|
wgpu-core-deps-apple = { version = "24.0.0", path = "./wgpu-core/platform-deps/apple" }
|
|
wgpu-core-deps-wasm = { version = "24.0.0", path = "./wgpu-core/platform-deps/wasm" }
|
|
wgpu-core-deps-emscripten = { version = "24.0.0", path = "./wgpu-core/platform-deps/emscripten" }
|
|
|
|
anyhow = { version = "1.0.96", 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.9"
|
|
bytemuck = { version = "1.21", features = [
|
|
"derive",
|
|
"extern_crate_alloc",
|
|
"min_const_generics",
|
|
] }
|
|
cargo_metadata = "0.19"
|
|
cfg_aliases = "0.2.1"
|
|
cfg-if = "1"
|
|
criterion = "0.5"
|
|
codespan-reporting = "0.11"
|
|
ctor = "0.2"
|
|
document-features = "0.2.11"
|
|
encase = "0.10.0"
|
|
env_logger = "0.11"
|
|
fern = "0.7"
|
|
flume = "0.11"
|
|
futures-lite = "2"
|
|
glam = "0.29"
|
|
hashbrown = { version = "0.14.5", default-features = false, features = [
|
|
"ahash",
|
|
"inline-more",
|
|
] }
|
|
heck = "0.5.0"
|
|
image = { version = "0.24", default-features = false, features = ["png"] }
|
|
indexmap = { version = "2.5.0", 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.3", 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"
|
|
portable-atomic = "1"
|
|
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.139"
|
|
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 }
|
|
walkdir = "2"
|
|
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 } # remember to increase max_shader_model if applicable
|
|
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.190.0"
|
|
deno_core = "0.336.0"
|
|
deno_url = "0.190.0"
|
|
deno_web = "0.221.0"
|
|
deno_webidl = "0.190.0"
|
|
deno_webgpu = { version = "0.157.0", path = "./deno_webgpu" }
|
|
deno_unsync = "0.4.2"
|
|
deno_error = "0.5.5"
|
|
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
|