mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
d9c054c645
Bumps the patch-updates group with 19 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.83` | `1.0.86` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.15.0` | `1.16.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.154` | `0.2.155` | | [raw-window-handle](https://github.com/rust-windowing/raw-window-handle) | `0.6.1` | `0.6.2` | | [serde](https://github.com/serde-rs/serde) | `1.0.201` | `1.0.202` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.60` | `1.0.61` | | [syn](https://github.com/dtolnay/syn) | `2.0.63` | `2.0.65` | | [cc](https://github.com/rust-lang/cc-rs) | `1.0.97` | `1.0.98` | | [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.19` | `0.8.20` | | [either](https://github.com/rayon-rs/either) | `1.11.0` | `1.12.0` | | [instant](https://github.com/sebcrozet/instant) | `0.1.12` | `0.1.13` | | [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | `0.4.13` | `0.4.14` | | [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.7.2` | `0.7.3` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.82` | `1.0.83` | | [rustversion](https://github.com/dtolnay/rustversion) | `1.0.16` | `1.0.17` | | [serde_derive](https://github.com/serde-rs/serde) | `1.0.201` | `1.0.202` | | [smol_str](https://github.com/rust-analyzer/smol_str) | `0.2.1` | `0.2.2` | | [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.60` | `1.0.61` | | [toml_datetime](https://github.com/toml-rs/toml) | `0.6.5` | `0.6.6` | Updates `anyhow` from 1.0.83 to 1.0.86 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.83...1.0.86) Updates `bytemuck` from 1.15.0 to 1.16.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.15.0...v1.16.0) Updates `libc` from 0.2.154 to 0.2.155 - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.154...0.2.155) Updates `raw-window-handle` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/rust-windowing/raw-window-handle/releases) - [Changelog](https://github.com/rust-windowing/raw-window-handle/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/raw-window-handle/compare/v0.6.1...v0.6.2) Updates `serde` from 1.0.201 to 1.0.202 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.201...v1.0.202) Updates `thiserror` from 1.0.60 to 1.0.61 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.60...1.0.61) Updates `syn` from 2.0.63 to 2.0.65 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.63...2.0.65) Updates `cc` from 1.0.97 to 1.0.98 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.97...1.0.98) Updates `crossbeam-utils` from 0.8.19 to 0.8.20 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.19...crossbeam-utils-0.8.20) Updates `either` from 1.11.0 to 1.12.0 - [Commits](https://github.com/rayon-rs/either/compare/1.11.0...1.12.0) Updates `instant` from 0.1.12 to 0.1.13 - [Changelog](https://github.com/sebcrozet/instant/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebcrozet/instant/commits) Updates `linux-raw-sys` from 0.4.13 to 0.4.14 - [Commits](https://github.com/sunfishcode/linux-raw-sys/compare/v0.4.13...v0.4.14) Updates `miniz_oxide` from 0.7.2 to 0.7.3 - [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md) - [Commits](https://github.com/Frommi/miniz_oxide/compare/0.7.2...0.7.3) Updates `proc-macro2` from 1.0.82 to 1.0.83 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.82...1.0.83) Updates `rustversion` from 1.0.16 to 1.0.17 - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](https://github.com/dtolnay/rustversion/compare/1.0.16...1.0.17) Updates `serde_derive` from 1.0.201 to 1.0.202 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.201...v1.0.202) Updates `smol_str` from 0.2.1 to 0.2.2 - [Commits](https://github.com/rust-analyzer/smol_str/commits/v0.2.2) Updates `thiserror-impl` from 1.0.60 to 1.0.61 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.60...1.0.61) Updates `toml_datetime` from 0.6.5 to 0.6.6 - [Commits](https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.5...toml_datetime-v0.6.6) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: raw-window-handle dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: thiserror 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: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: crossbeam-utils dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: either dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: instant dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: linux-raw-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: miniz_oxide 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: rustversion dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: serde_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: smol_str dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: toml_datetime 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>
203 lines
4.6 KiB
TOML
203 lines
4.6 KiB
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"cts_runner",
|
|
"deno_webgpu",
|
|
|
|
# default members
|
|
"benches",
|
|
"d3d12",
|
|
"examples",
|
|
"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",
|
|
"d3d12",
|
|
"examples",
|
|
"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.74"
|
|
keywords = ["graphics"]
|
|
license = "MIT OR Apache-2.0"
|
|
homepage = "https://wgpu.rs/"
|
|
repository = "https://github.com/gfx-rs/wgpu"
|
|
version = "0.20.0"
|
|
authors = ["gfx-rs developers"]
|
|
|
|
[workspace.dependencies.wgc]
|
|
package = "wgpu-core"
|
|
path = "./wgpu-core"
|
|
version = "0.20.0"
|
|
|
|
[workspace.dependencies.wgt]
|
|
package = "wgpu-types"
|
|
path = "./wgpu-types"
|
|
version = "0.20.0"
|
|
|
|
[workspace.dependencies.hal]
|
|
package = "wgpu-hal"
|
|
path = "./wgpu-hal"
|
|
version = "0.20.0"
|
|
|
|
[workspace.dependencies.naga]
|
|
path = "./naga"
|
|
version = "0.20.0"
|
|
|
|
[workspace.dependencies]
|
|
anyhow = "1.0.86"
|
|
arrayvec = "0.7"
|
|
bincode = "1"
|
|
bit-vec = "0.6"
|
|
bitflags = "2"
|
|
bytemuck = { version = "1.16", features = ["derive"] }
|
|
cfg_aliases = "0.1"
|
|
cfg-if = "1"
|
|
criterion = "0.5"
|
|
codespan-reporting = "0.11"
|
|
ctor = "0.2"
|
|
document-features = "0.2.8"
|
|
encase = "0.8"
|
|
env_logger = "0.11"
|
|
fern = "0.6"
|
|
flume = "0.11"
|
|
futures-lite = "2"
|
|
getrandom = "0.2"
|
|
glam = "0.27"
|
|
heck = "0.5.0"
|
|
image = { version = "0.24", default-features = false, features = ["png"] }
|
|
ktx2 = "0.3"
|
|
libc = "0.2"
|
|
# libloading 0.8 switches from `winapi` to `windows-sys`; permit either
|
|
libloading = ">=0.7, <0.9"
|
|
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"
|
|
parking_lot = ">=0.11,<0.13" # parking_lot 0.12 switches from `winapi` to `windows`; permit either
|
|
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.116"
|
|
smallvec = "1"
|
|
static_assertions = "1.1.0"
|
|
tracy-client = "0.17"
|
|
thiserror = "1"
|
|
wgpu = { version = "0.20.0", path = "./wgpu" }
|
|
wgpu-core = { version = "0.20.0", path = "./wgpu-core" }
|
|
wgpu-example = { version = "0.20.0", path = "./examples/common" }
|
|
wgpu-macros = { version = "0.20.0", path = "./wgpu-macros" }
|
|
wgpu-test = { version = "0.20.0", path = "./tests" }
|
|
wgpu-types = { version = "0.20.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.28.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.5"
|
|
gpu-allocator = { version = "0.26", default-features = false, features = [
|
|
"d3d12",
|
|
"public-winapi",
|
|
] }
|
|
d3d12 = { version = "0.20.0", path = "./d3d12/" }
|
|
range-alloc = "0.1"
|
|
winapi = "0.3"
|
|
hassle-rs = "0.11.0"
|
|
|
|
# Gles dependencies
|
|
khronos-egl = "6"
|
|
glow = "0.13.1"
|
|
glutin = "0.29.1"
|
|
|
|
# wasm32 dependencies
|
|
console_error_panic_hook = "0.1.7"
|
|
console_log = "1"
|
|
js-sys = "0.3.69"
|
|
wasm-bindgen = "0.2.87"
|
|
wasm-bindgen-futures = "0.4.42"
|
|
wasm-bindgen-test = "0.3"
|
|
web-sys = "0.3.69"
|
|
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.37.0"
|
|
termcolor = "1.4.1"
|
|
|
|
[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
|