Skip to content

Commit

Permalink
Adjust explicit deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Oct 10, 2023
1 parent e590eb4 commit f63138b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions xrpicker-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ version = "2.2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dirs = "5.0.0"
dirs = "5.0"
itertools = "0.11"
object = "0.32.1"
object = "0.32"
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"
thiserror = "1.0"
Expand Down
12 changes: 6 additions & 6 deletions xrpicker-gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ version = "2.2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
eframe = {version = "0.23.0", features = ["persistence"]}
egui-winit = {version = "0.23.0", default-features = false}
image = {version = "0.24.7", default-features = false, features = ["png"]}
itertools = "0.11.0"
rfd = "0.12.0"
eframe = {version = "0.23", features = ["persistence"]}
egui-winit = {version = "0.23", default-features = false}
image = {version = "0.24", default-features = false, features = ["png"]}
itertools = "0.11"
rfd = "0.12"
xrpicker = {path = "../xrpicker-core", version = "2.2.0"}

# To add icon to EXE
Expand All @@ -28,7 +28,7 @@ winres = "0.1"

[target.'cfg(linux)'.dependencies]
# Only need wayland support on linux
egui-winit = {version = "0.22.0", default-features = false, features = ["wayland"]}
egui-winit = {version = "0.23", default-features = false, features = ["wayland"]}

[package.metadata.winres]
LegalCopyright = "Copyright © 2022-2023, Collabora, Ltd."
Expand Down

0 comments on commit f63138b

Please sign in to comment.