Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem V. Ageev committed Mar 29, 2024
1 parent 76b2d59 commit f9b68a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ members = [
"web-todo",
"web-todo2",
"webview",
"wgpu",
# "wgpu",
"xterm",
]

Expand Down
2 changes: 1 addition & 1 deletion pixels/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ resolver = "2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
fltk = { version = "1", features = ["raw-window-handle"] }
fltk = { version = "^1", features = ["raw-window-handle"] }
pixels = "0.9.0"
7 changes: 3 additions & 4 deletions wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ resolver = "2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
fltk = { version = "1", features = ["fltk-bundled", "raw-window-handle"] }
wgpu = "0.13"

pollster = "0.2"
fltk = { version = "^1", features = ["fltk-bundled", "raw-window-handle"] }
wgpu = "^0.13"
pollster = "^0.2"

0 comments on commit f9b68a7

Please sign in to comment.