mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
c3ab12aa29
Bumps the patch-updates group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.87` | `1.0.89` | | [glow](https://github.com/grovesNL/glow) | `0.14.0` | `0.14.1` | | [arrayref](https://github.com/droundy/arrayref) | `0.3.8` | `0.3.9` | | [bytes](https://github.com/tokio-rs/bytes) | `1.7.1` | `1.7.2` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.18` | `1.1.21` | | [memmap2](https://github.com/RazrFalcon/memmap2-rs) | `0.9.4` | `0.9.5` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.36` | `0.38.37` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.20` | `0.22.21` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.12` | `1.0.13` | | [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) | `0.1.23` | `0.1.24` | | [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) | `1.11.0` | `1.12.0` | Updates `anyhow` from 1.0.87 to 1.0.89 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.89) Updates `glow` from 0.14.0 to 0.14.1 - [Commits](https://github.com/grovesNL/glow/commits) Updates `arrayref` from 0.3.8 to 0.3.9 - [Commits](https://github.com/droundy/arrayref/commits) Updates `bytes` from 1.7.1 to 1.7.2 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.7.1...v1.7.2) Updates `cc` from 1.1.18 to 1.1.21 - [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.1.18...cc-v1.1.21) Updates `memmap2` from 0.9.4 to 0.9.5 - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/memmap2-rs/compare/v0.9.4...v0.9.5) Updates `rustix` from 0.38.36 to 0.38.37 - [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.36...v0.38.37) Updates `toml_edit` from 0.22.20 to 0.22.21 - [Commits](https://github.com/toml-rs/toml/compare/v0.22.20...v0.22.21) Updates `unicode-ident` from 1.0.12 to 1.0.13 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.12...1.0.13) Updates `unicode-normalization` from 0.1.23 to 0.1.24 - [Commits](https://github.com/unicode-rs/unicode-normalization/compare/v0.1.23...v0.1.24) Updates `unicode-segmentation` from 1.11.0 to 1.12.0 - [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: glow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: arrayref dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: bytes dependency-type: indirect 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: memmap2 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 - 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: unicode-normalization dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: unicode-segmentation 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>
208 lines
4.7 KiB
TOML
208 lines
4.7 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 = "22.0.0"
|
|
authors = ["gfx-rs developers"]
|
|
|
|
[workspace.dependencies.wgc]
|
|
package = "wgpu-core"
|
|
path = "./wgpu-core"
|
|
version = "22.0.0"
|
|
|
|
[workspace.dependencies.wgt]
|
|
package = "wgpu-types"
|
|
path = "./wgpu-types"
|
|
version = "22.0.0"
|
|
|
|
[workspace.dependencies.hal]
|
|
package = "wgpu-hal"
|
|
path = "./wgpu-hal"
|
|
version = "22.0.0"
|
|
|
|
[workspace.dependencies.naga]
|
|
path = "./naga"
|
|
version = "22.0.0"
|
|
|
|
[workspace.dependencies]
|
|
anyhow = "1.0.89"
|
|
argh = "0.1.5"
|
|
arrayvec = "0.7"
|
|
bincode = "1"
|
|
bit-vec = "0.8"
|
|
bitflags = "2.6"
|
|
bytemuck = { version = "1.18", features = ["derive"] }
|
|
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.19.0"
|
|
parking_lot = "0.12.1"
|
|
pico-args = { version = "0.5.0", features = [
|
|
"eq-separator",
|
|
"short-space-opt",
|
|
"combined-flags",
|
|
] }
|
|
png = "0.17.11"
|
|
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.128"
|
|
smallvec = "1"
|
|
static_assertions = "1.1.0"
|
|
strum = { version = "0.25.0", features = ["derive"] }
|
|
tracy-client = "0.17"
|
|
thiserror = "1.0.63"
|
|
wgpu = { version = "22.0.0", path = "./wgpu", default-features = false }
|
|
wgpu-core = { version = "22.0.0", path = "./wgpu-core" }
|
|
wgpu-macros = { version = "22.0.0", path = "./wgpu-macros" }
|
|
wgpu-test = { version = "22.0.0", path = "./tests" }
|
|
wgpu-types = { version = "22.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.29.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"
|
|
windows-core = { version = "0.58", default-features = false }
|
|
|
|
# Gles dependencies
|
|
khronos-egl = "6"
|
|
glow = "0.14.1"
|
|
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.87"
|
|
wasm-bindgen-futures = "0.4.43"
|
|
wasm-bindgen-test = "0.3"
|
|
web-sys = "0.3.70"
|
|
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.40.0"
|
|
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
|