mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
* chore(deps): bump the patch-updates group with 14 updates Bumps the patch-updates group with 14 updates: | Package | From | To | | --- | --- | --- | | [bitflags](https://github.com/bitflags/bitflags) | `2.6.0` | `2.7.0` | | [futures-lite](https://github.com/smol-rs/futures-lite) | `2.5.0` | `2.6.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.10` | `2.0.11` | | [glutin_wgl_sys](https://github.com/rust-windowing/glutin) | `0.6.0` | `0.6.1` | | [petgraph](https://github.com/petgraph/petgraph) | `0.6.5` | `0.7.1` | | [syn](https://github.com/dtolnay/syn) | `2.0.95` | `2.0.96` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.7` | `1.2.9` | | [clap](https://github.com/clap-rs/clap) | `4.5.24` | `4.5.26` | | [clap_builder](https://github.com/clap-rs/clap) | `4.5.24` | `4.5.26` | | [const_panic](https://github.com/rodrimati1992/const_panic) | `0.2.11` | `0.2.12` | | [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.27` | `0.2.29` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.92` | `1.0.93` | | [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.11.1` | | [winnow](https://github.com/winnow-rs/winnow) | `0.6.22` | `0.6.24` | Updates `bitflags` from 2.6.0 to 2.7.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.6.0...2.7.0) Updates `futures-lite` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/smol-rs/futures-lite/releases) - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/futures-lite/compare/v2.5.0...v2.6.0) Updates `thiserror` from 2.0.10 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.10...2.0.11) Updates `glutin_wgl_sys` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/rust-windowing/glutin/releases) - [Changelog](https://github.com/rust-windowing/glutin/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/glutin/commits) Updates `petgraph` from 0.6.5 to 0.7.1 - [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst) - [Commits](https://github.com/petgraph/petgraph/compare/petgraph@v0.6.5...petgraph@v0.7.1) Updates `syn` from 2.0.95 to 2.0.96 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.95...2.0.96) Updates `cc` from 1.2.7 to 1.2.9 - [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.7...cc-v1.2.9) Updates `clap` from 4.5.24 to 4.5.26 - [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.24...clap_complete-v4.5.26) Updates `clap_builder` from 4.5.24 to 4.5.26 - [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.24...v4.5.26) Updates `const_panic` from 0.2.11 to 0.2.12 - [Release notes](https://github.com/rodrimati1992/const_panic/releases) - [Changelog](https://github.com/rodrimati1992/const_panic/blob/main/Changelog.md) - [Commits](https://github.com/rodrimati1992/const_panic/commits/0.2.12) Updates `prettyplease` from 0.2.27 to 0.2.29 - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](https://github.com/dtolnay/prettyplease/compare/0.2.27...0.2.29) Updates `proc-macro2` from 1.0.92 to 1.0.93 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.92...1.0.93) Updates `uuid` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.1) Updates `winnow` from 0.6.22 to 0.6.24 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](https://github.com/winnow-rs/winnow/compare/v0.6.22...v0.6.24) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: futures-lite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: glutin_wgl_sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: petgraph dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: syn 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: const_panic dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: prettyplease dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: uuid dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com> * Update naga/Cargo.toml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
217 lines
5.2 KiB
TOML
217 lines
5.2 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.lints.clippy]
|
|
manual_c_str_literals = "allow"
|
|
ref_as_ptr = "warn"
|
|
|
|
[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 = "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.95"
|
|
argh = "0.1.13"
|
|
arrayvec = "0.7"
|
|
bincode = "1"
|
|
bit-vec = "0.8"
|
|
bitflags = "2.7"
|
|
bytemuck = { version = "1.21" }
|
|
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"
|
|
heck = "0.5.0"
|
|
image = { version = "0.24", default-features = false, features = ["png"] }
|
|
indexmap = "2"
|
|
itertools = { version = "0.13.0" }
|
|
ktx2 = "0.3"
|
|
libc = "0.2"
|
|
libloading = "0.8"
|
|
libtest-mimic = "0.8.1"
|
|
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"
|
|
# Firefox has 3.4.0 vendored, so we allow that version in our dependencies
|
|
ordered-float = ">=3,<=4.6"
|
|
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 = "0.6"
|
|
rayon = "1"
|
|
renderdoc-sys = "1.1.0"
|
|
ron = "0.8"
|
|
# rustc-hash 2.0 is a completely different hasher with different performance characteristics
|
|
serde_json = "1.0.134"
|
|
rustc-hash = "1"
|
|
serde = { version = "1", default-features = false }
|
|
smallvec = "1"
|
|
static_assertions = "1.1.0"
|
|
strum = { version = "0.26.0", features = ["derive"] }
|
|
trybuild = "1"
|
|
tracy-client = "0.17"
|
|
thiserror = "2"
|
|
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
|
|
metal = { version = "0.30.0", git = "https://github.com/gfx-rs/metal-rs.git", rev = "ef768ff9d7" }
|
|
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"
|
|
|
|
# DX dependencies
|
|
bit-set = "0.8"
|
|
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"
|
|
|
|
# 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 = { 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 = "0.2.4"
|
|
|
|
# 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"
|
|
|
|
[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
|