Skip to content

Commit

Permalink
windows-rs 0.58
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Jul 25, 2024
1 parent 03f6d24 commit 73ca24e
Show file tree
Hide file tree
Showing 41 changed files with 2,278 additions and 4,379 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ Bottom level categories:

- Replace `winapi` code in WGL wrapper to use the `windows` crate. By @MarijnS95 in [#6006](https://github.com/gfx-rs/wgpu/pull/6006)

#### DX12

- Replace `winapi` code to use the `windows` crate. By @MarijnS95 in [#5956](https://github.com/gfx-rs/wgpu/pull/5956)

## 22.0.0 (2024-07-17)

### Overview
Expand Down
15 changes: 2 additions & 13 deletions Cargo.lock

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

13 changes: 3 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 @@ -146,14 +143,10 @@ gpu-descriptor = "0.3"

# DX dependencies
bit-set = "0.8"
gpu-allocator = { version = "0.26", default-features = false, features = [
"d3d12",
"public-winapi",
] }
d3d12 = { version = "22.0.0", path = "./d3d12/" }
gpu-allocator = { version = "0.27", default-features = false }
range-alloc = "0.1"
winapi = "0.3"
hassle-rs = "0.11.0"
windows-core = { version = "0.58", default-features = false }

# Gles dependencies
khronos-egl = "6"
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 73ca24e

Please sign in to comment.