mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Bumps the patch-updates group with 9 updates: | Package | From | To | | --- | --- | --- | | [png](https://github.com/image-rs/image-png) | `0.17.14` | `0.17.15` | | [tracy-client](https://github.com/nagisa/rust_tracy_client) | `0.17.4` | `0.17.5` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.2` | `1.2.3` | | [clap](https://github.com/clap-rs/clap) | `4.5.22` | `4.5.23` | | [clap_builder](https://github.com/clap-rs/clap) | `4.5.22` | `4.5.23` | | [clap_lex](https://github.com/clap-rs/clap) | `0.7.3` | `0.7.4` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.2.0` | `2.3.0` | | [fdeflate](https://github.com/image-rs/fdeflate) | `0.3.6` | `0.3.7` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.41` | `0.38.42` | Updates `png` from 0.17.14 to 0.17.15 - [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md) - [Commits](https://github.com/image-rs/image-png/compare/v0.17.14...v0.17.15) Updates `tracy-client` from 0.17.4 to 0.17.5 - [Commits](https://github.com/nagisa/rust_tracy_client/compare/tracy-client-v0.17.4...tracy-client-v0.17.5) Updates `cc` from 1.2.2 to 1.2.3 - [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.2...cc-v1.2.3) Updates `clap` from 4.5.22 to 4.5.23 - [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.22...clap_complete-v4.5.23) Updates `clap_builder` from 4.5.22 to 4.5.23 - [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.22...v4.5.23) Updates `clap_lex` from 0.7.3 to 0.7.4 - [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_lex-v0.7.3...clap_lex-v0.7.4) Updates `fastrand` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.2.0...v2.3.0) Updates `fdeflate` from 0.3.6 to 0.3.7 - [Changelog](https://github.com/image-rs/fdeflate/blob/main/CHANGES.md) - [Commits](https://github.com/image-rs/fdeflate/compare/v0.3.6...v0.3.7) Updates `rustix` from 0.38.41 to 0.38.42 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.41...v0.38.42) --- updated-dependencies: - dependency-name: png dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: tracy-client dependency-type: direct:production update-type: version-update:semver-patch 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: clap_lex dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: fastrand dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: fdeflate dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: rustix 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>
210 lines
4.8 KiB
TOML
210 lines
4.8 KiB
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"cts_runner",
|
|
"deno_webgpu",
|
|
|
|
# default members
|
|
"benches",
|
|
"examples",
|
|
"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",
|
|
"lock-analyzer",
|
|
"naga-cli",
|
|
"naga",
|
|
"naga/fuzz",
|
|
"naga/hlsl-snapshots",
|
|
"player",
|
|
"tests",
|
|
"wgpu-core",
|
|
"wgpu-hal",
|
|
"wgpu-info",
|
|
"wgpu-macros",
|
|
"wgpu-types",
|
|
"wgpu",
|
|
]
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
rust-version = "1.76"
|
|
keywords = ["graphics"]
|
|
license = "MIT OR Apache-2.0"
|
|
homepage = "https://wgpu.rs/"
|
|
repository = "https://github.com/gfx-rs/wgpu"
|
|
version = "23.0.1"
|
|
authors = ["gfx-rs developers"]
|
|
|
|
[workspace.dependencies.wgc]
|
|
package = "wgpu-core"
|
|
path = "./wgpu-core"
|
|
version = "23.0.1"
|
|
|
|
[workspace.dependencies.wgt]
|
|
package = "wgpu-types"
|
|
path = "./wgpu-types"
|
|
version = "23.0.0"
|
|
|
|
[workspace.dependencies.hal]
|
|
package = "wgpu-hal"
|
|
path = "./wgpu-hal"
|
|
version = "23.0.1"
|
|
|
|
[workspace.dependencies.naga]
|
|
path = "./naga"
|
|
version = "23.0.0"
|
|
|
|
[workspace.dependencies]
|
|
anyhow = "1.0.93"
|
|
argh = "0.1.5"
|
|
arrayvec = "0.7"
|
|
bincode = "1"
|
|
bit-vec = "0.8"
|
|
bitflags = "2.6"
|
|
bytemuck = { version = "1.20" }
|
|
cfg_aliases = "0.1"
|
|
cfg-if = "1"
|
|
criterion = "0.5"
|
|
codespan-reporting = "0.11"
|
|
ctor = "0.2"
|
|
document-features = "0.2.10"
|
|
encase = "0.9"
|
|
env_logger = "0.11"
|
|
fern = "0.6"
|
|
flume = "0.11"
|
|
futures-lite = "2"
|
|
getrandom = "0.2"
|
|
glam = "0.28"
|
|
heck = "0.5.0"
|
|
image = { version = "0.24", default-features = false, features = ["png"] }
|
|
indexmap = "2"
|
|
itertools = { version = "0.10.5" }
|
|
ktx2 = "0.3"
|
|
libc = "0.2"
|
|
libloading = "0.8"
|
|
libtest-mimic = "0.6"
|
|
log = "0.4"
|
|
nanorand = { version = "0.7", default-features = false, features = ["wyrand"] }
|
|
# https://github.com/Razaekel/noise-rs/issues/335 (Updated dependencies)
|
|
noise = { version = "0.8", git = "https://github.com/Razaekel/noise-rs.git", rev = "c6942d4fb70af26db4441edcf41f90fa115333f2" }
|
|
nv-flip = "0.1"
|
|
obj = "0.10"
|
|
once_cell = "1.20.2"
|
|
parking_lot = "0.12.1"
|
|
pico-args = { version = "0.5.0", features = [
|
|
"eq-separator",
|
|
"short-space-opt",
|
|
"combined-flags",
|
|
] }
|
|
png = "0.17.15"
|
|
pollster = "0.3"
|
|
profiling = { version = "1", default-features = false }
|
|
raw-window-handle = "0.6"
|
|
rayon = "1"
|
|
renderdoc-sys = "1.1.0"
|
|
ron = "0.8"
|
|
rustc-hash = "1.1.0"
|
|
serde = "1"
|
|
serde_json = "1.0.133"
|
|
smallvec = "1"
|
|
static_assertions = "1.1.0"
|
|
strum = { version = "0.25.0", features = ["derive"] }
|
|
trybuild = "1"
|
|
tracy-client = "0.17"
|
|
thiserror = "1.0.69"
|
|
wgpu = { version = "23.0.1", path = "./wgpu", default-features = false }
|
|
wgpu-core = { version = "23.0.1", path = "./wgpu-core" }
|
|
wgpu-macros = { version = "23.0.0", path = "./wgpu-macros" }
|
|
wgpu-test = { version = "23.0.0", path = "./tests" }
|
|
wgpu-types = { version = "23.0.0", path = "./wgpu-types" }
|
|
winit = { version = "0.29", features = ["android-native-activity"] }
|
|
|
|
# Metal dependencies
|
|
block = "0.1"
|
|
core-graphics-types = "0.1"
|
|
metal = { version = "0.30.0" }
|
|
objc = "0.2.5"
|
|
|
|
# Vulkan dependencies
|
|
android_system_properties = "0.1.1"
|
|
ash = "0.38.0"
|
|
gpu-alloc = "0.6"
|
|
gpu-descriptor = "0.3"
|
|
|
|
# DX dependencies
|
|
bit-set = "0.8"
|
|
gpu-allocator = { version = "0.27", default-features = false }
|
|
range-alloc = "0.1"
|
|
mach-dxcompiler-rs = { version = "0.1.3", 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"
|
|
|
|
# DX and GLES dependencies
|
|
windows = { version = "0.58", default-features = false }
|
|
|
|
# wasm32 dependencies
|
|
console_error_panic_hook = "0.1.7"
|
|
console_log = "1"
|
|
js-sys = "0.3.70"
|
|
wasm-bindgen = "0.2.97"
|
|
wasm-bindgen-futures = "0.4.45"
|
|
wasm-bindgen-test = "0.3"
|
|
web-sys = "0.3.74"
|
|
web-time = "0.2.4"
|
|
|
|
# deno dependencies
|
|
deno_console = "0.143.0"
|
|
deno_core = "0.272.0"
|
|
deno_url = "0.143.0"
|
|
deno_web = "0.174.0"
|
|
deno_webidl = "0.143.0"
|
|
deno_webgpu = { version = "0.118.0", path = "./deno_webgpu" }
|
|
tokio = "1.41.1"
|
|
termcolor = "1.4.1"
|
|
|
|
# android dependencies
|
|
ndk-sys = "0.5.0"
|
|
|
|
[patch."https://github.com/gfx-rs/naga"]
|
|
|
|
[patch."https://github.com/zakarumych/gpu-descriptor"]
|
|
#gpu-descriptor = { path = "../gpu-descriptor/gpu-descriptor" }
|
|
|
|
[patch."https://github.com/zakarumych/gpu-alloc"]
|
|
#gpu-alloc = { path = "../gpu-alloc/gpu-alloc" }
|
|
|
|
[patch.crates-io]
|
|
#glow = { path = "../glow" }
|
|
#web-sys = { path = "../wasm-bindgen/crates/web-sys" }
|
|
#js-sys = { path = "../wasm-bindgen/crates/js-sys" }
|
|
#wasm-bindgen = { path = "../wasm-bindgen" }
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
debug = true
|
|
|
|
# Speed up image comparison even in debug builds
|
|
[profile.dev.package."nv-flip-sys"]
|
|
opt-level = 3
|