Commit 3dfb9e6
authored
* cargo: Bump `windows` crate range to `0.53-0.54`
Because of the refactoring of `CanInto` (to now only support `unsafe`
`IntoParam` boilerplate for `Abi` purposes) in favour of regular `From`
implementations for type-safe upcasting, the new releases are no longer
backwards-compatible with `windows 0.51-0.52`.
* Lighten required `windows` features
Most namespaces are parents which are enabled automatically when
enabling their childeren (and the root `Win32` namespace depends on
`Win32_Foundation` since newer `windows` releases). Except `Direct3D`,
which is not required for `gpu-allocator` but only used in the examples.
* Increase allowed `windows` version range to `0.53-0.56`
1 parent 95ba6d0 commit 3dfb9e6
3 files changed
Lines changed: 5 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 46 | | |
50 | | - | |
51 | 47 | | |
52 | 48 | | |
53 | 49 | | |
| |||
61 | 57 | | |
62 | 58 | | |
63 | 59 | | |
64 | | - | |
| 60 | + | |
65 | 61 | | |
66 | | - | |
67 | | - | |
68 | 62 | | |
69 | 63 | | |
70 | | - | |
71 | 64 | | |
72 | 65 | | |
73 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
260 | | - | |
261 | | - | |
| 259 | + | |
| 260 | + | |
262 | 261 | | |
263 | 262 | | |
264 | 263 | | |
| |||
0 commit comments