File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ min = 0 # allow non-first increment
48
48
49
49
[dependencies ]
50
50
bytemuck = " 1"
51
- imgui = " >=0.1, <0.9 "
51
+ imgui = " 0.8 "
52
52
log = " 0.4"
53
53
smallvec = " 1"
54
- wgpu = " >=0.10, <0.12 "
54
+ wgpu = " 0.11 "
55
55
56
56
[dev-dependencies ]
57
57
bytemuck = { version = " 1.4" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ cargo run --release --example hello_world
22
22
23
23
# Status
24
24
25
- Supports ` wgpu ` ` 0.10 ` and ` 0.11 ` . Compatible with all imgui versions after ` 0.1 ` . ` winit-0.25 ` is used with the examples.
25
+ Supports ` wgpu ` ` 0.11 ` and imgui ` 0.8 ` . ` winit-0.25 ` is used with the examples.
26
26
27
27
Contributions are very welcome.
28
28
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ skip = [
25
25
vulnerability = " deny"
26
26
unmaintained = " deny"
27
27
ignore = [
28
+ " RUSTSEC-2021-0119"
28
29
]
29
30
30
31
[sources ]
You can’t perform that action at this time.
0 commit comments