Skip to content

Commit

Permalink
Fix some duplicate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurBrussee committed Aug 8, 2024
1 parent b54dd09 commit 4ec419c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 91 deletions.
104 changes: 14 additions & 90 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -630,20 +630,6 @@ dependencies = [
"system-deps",
]

[[package]]
name = "calloop"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298"
dependencies = [
"bitflags 2.6.0",
"log",
"polling 3.3.0",
"rustix 0.38.21",
"slab",
"thiserror",
]

[[package]]
name = "calloop"
version = "0.13.0"
Expand All @@ -658,25 +644,13 @@ dependencies = [
"thiserror",
]

[[package]]
name = "calloop-wayland-source"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02"
dependencies = [
"calloop 0.12.4",
"rustix 0.38.21",
"wayland-backend",
"wayland-client",
]

[[package]]
name = "calloop-wayland-source"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
dependencies = [
"calloop 0.13.0",
"calloop",
"rustix 0.38.21",
"wayland-backend",
"wayland-client",
Expand Down Expand Up @@ -3523,7 +3497,7 @@ dependencies = [
"ab_glyph",
"log",
"memmap2",
"smithay-client-toolkit 0.19.2",
"smithay-client-toolkit",
"tiny-skia",
]

Expand Down Expand Up @@ -3651,40 +3625,15 @@ version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"

[[package]]
name = "smithay-client-toolkit"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a"
dependencies = [
"bitflags 2.6.0",
"calloop 0.12.4",
"calloop-wayland-source 0.2.0",
"cursor-icon",
"libc",
"log",
"memmap2",
"rustix 0.38.21",
"thiserror",
"wayland-backend",
"wayland-client",
"wayland-csd-frame",
"wayland-cursor",
"wayland-protocols 0.31.2",
"wayland-protocols-wlr 0.2.0",
"wayland-scanner",
"xkeysym",
]

[[package]]
name = "smithay-client-toolkit"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
dependencies = [
"bitflags 2.6.0",
"calloop 0.13.0",
"calloop-wayland-source 0.3.0",
"calloop",
"calloop-wayland-source",
"cursor-icon",
"libc",
"log",
Expand All @@ -3695,20 +3644,20 @@ dependencies = [
"wayland-client",
"wayland-csd-frame",
"wayland-cursor",
"wayland-protocols 0.32.3",
"wayland-protocols-wlr 0.3.3",
"wayland-protocols",
"wayland-protocols-wlr",
"wayland-scanner",
"xkeysym",
]

[[package]]
name = "smithay-clipboard"
version = "0.7.0"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bb62b280ce5a5cba847669933a0948d00904cf83845c944eae96a4738cea1a6"
checksum = "cc8216eec463674a0e90f29e0ae41a4db573ec5b56b1c6c1c71615d249b6d846"
dependencies = [
"libc",
"smithay-client-toolkit 0.18.1",
"smithay-client-toolkit",
"wayland-backend",
]

Expand Down Expand Up @@ -4371,18 +4320,6 @@ dependencies = [
"xcursor",
]

[[package]]
name = "wayland-protocols"
version = "0.31.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
dependencies = [
"bitflags 2.6.0",
"wayland-backend",
"wayland-client",
"wayland-scanner",
]

[[package]]
name = "wayland-protocols"
version = "0.32.3"
Expand All @@ -4404,20 +4341,7 @@ dependencies = [
"bitflags 2.6.0",
"wayland-backend",
"wayland-client",
"wayland-protocols 0.32.3",
"wayland-scanner",
]

[[package]]
name = "wayland-protocols-wlr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
dependencies = [
"bitflags 2.6.0",
"wayland-backend",
"wayland-client",
"wayland-protocols 0.31.2",
"wayland-protocols",
"wayland-scanner",
]

Expand All @@ -4430,7 +4354,7 @@ dependencies = [
"bitflags 2.6.0",
"wayland-backend",
"wayland-client",
"wayland-protocols 0.32.3",
"wayland-protocols",
"wayland-scanner",
]

Expand Down Expand Up @@ -4935,7 +4859,7 @@ dependencies = [
"bitflags 2.6.0",
"block2",
"bytemuck",
"calloop 0.13.0",
"calloop",
"cfg_aliases 0.2.1",
"concurrent-queue",
"core-foundation",
Expand All @@ -4957,15 +4881,15 @@ dependencies = [
"redox_syscall 0.4.1",
"rustix 0.38.21",
"sctk-adwaita",
"smithay-client-toolkit 0.19.2",
"smithay-client-toolkit",
"smol_str",
"tracing",
"unicode-segmentation",
"wasm-bindgen",
"wasm-bindgen-futures",
"wayland-backend",
"wayland-client",
"wayland-protocols 0.32.3",
"wayland-protocols",
"wayland-protocols-plasma",
"web-sys",
"web-time",
Expand Down
2 changes: 1 addition & 1 deletion crates/egui-winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ serde = { workspace = true, optional = true }
webbrowser = { version = "1.0.0", optional = true }

[target.'cfg(any(target_os="linux", target_os="dragonfly", target_os="freebsd", target_os="netbsd", target_os="openbsd"))'.dependencies]
smithay-clipboard = { version = "0.7.0", optional = true }
smithay-clipboard = { version = "0.7.2", optional = true }

# The wayland-cursor normally selected doesn't properly enable all the features it uses
# and thus doesn't compile as it is used in egui-winit. This is fixed upstream, so force
Expand Down

0 comments on commit 4ec419c

Please sign in to comment.