Skip to content

Commit

Permalink
windows-rs 0.57
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Jul 14, 2024
1 parent 17fcb19 commit 9753c1f
Show file tree
Hide file tree
Showing 37 changed files with 2,283 additions and 4,342 deletions.
65 changes: 40 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 4 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ members = [

# default members
"benches",
"d3d12",
"examples",
"naga-cli",
"naga",
Expand All @@ -24,7 +23,6 @@ members = [
exclude = []
default-members = [
"benches",
"d3d12",
"examples",
"naga-cli",
"naga",
Expand Down Expand Up @@ -94,8 +92,7 @@ image = { version = "0.24", default-features = false, features = ["png"] }
itertools = { version = "0.10.5" }
ktx2 = "0.3"
libc = "0.2"
# libloading 0.8 switches from `winapi` to `windows-sys`; permit either
libloading = ">=0.7, <0.9"
libloading = "0.8"
libtest-mimic = "0.6"
log = "0.4"
nanorand = { version = "0.7", default-features = false, features = ["wyrand"] }
Expand Down Expand Up @@ -147,13 +144,10 @@ gpu-descriptor = "0.3"

# DX dependencies
bit-set = "0.6"
gpu-allocator = { version = "0.26", default-features = false, features = [
"d3d12",
"public-winapi",
] }
d3d12 = { version = "0.20.0", path = "./d3d12/" }
# TODO: Turn on via features?
# TODO: Workspace dependencies aren't used but this stale list is still here
# gpu-allocator = { git = "https://github.com/Traverse-Research/gpu-allocator", rev = "66bf249", default-features = false, features = ["d3d12"] }
range-alloc = "0.1"
winapi = "0.3"
hassle-rs = "0.11.0"

# Gles dependencies
Expand Down
32 changes: 0 additions & 32 deletions d3d12/CHANGELOG.md

This file was deleted.

45 changes: 0 additions & 45 deletions d3d12/Cargo.toml

This file was deleted.

5 changes: 0 additions & 5 deletions d3d12/README.md

This file was deleted.

Loading

0 comments on commit 9753c1f

Please sign in to comment.