Skip to content

Commit

Permalink
Fix semver issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Oct 8, 2021
1 parent cfeba03 commit 67dd6cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ min = 0 # allow non-first increment

[dependencies]
bytemuck = "1"
imgui = ">=0.1, <0.9"
imgui = "0.8"
log = "0.4"
smallvec = "1"
wgpu = ">=0.10, <0.12"
wgpu = "0.11"

[dev-dependencies]
bytemuck = { version = "1.4", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cargo run --release --example hello_world

# Status

Supports `wgpu` `0.10` and `0.11`. Compatible with all imgui versions after `0.1`. `winit-0.25` is used with the examples.
Supports `wgpu` `0.11` and imgui `0.8`. `winit-0.25` is used with the examples.

Contributions are very welcome.

Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ skip = [
vulnerability = "deny"
unmaintained = "deny"
ignore = [
"RUSTSEC-2021-0119"
]

[sources]
Expand Down

0 comments on commit 67dd6cc

Please sign in to comment.