Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valpackett committed Jun 5, 2020
1 parent 34c02ac commit 7fb8880
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 87 deletions.
112 changes: 38 additions & 74 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 9 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,19 @@ panic = "abort"

[patch.crates-io]

# patch: pkg-config (merged)
wayland-client = { path = "../../Smithay/wayland-rs/wayland-client/" }
wayland-cursor = { path = "../../Smithay/wayland-rs/wayland-cursor/" }
wayland-sys = { path = "../../Smithay/wayland-rs/wayland-sys/" }
wayland-scanner = { path = "../../Smithay/wayland-rs/wayland-scanner/" }
wayland-protocols = { path = "../../Smithay/wayland-rs/wayland-protocols/" }
wayland-commons = { path = "../../Smithay/wayland-rs/wayland-commons/" }
# patch: pkg-config
wayland-client = { git = "https://github.com/Smithay/wayland-rs" }
wayland-cursor = { git = "https://github.com/Smithay/wayland-rs" }
wayland-sys = { git = "https://github.com/Smithay/wayland-rs" }
wayland-scanner = { git = "https://github.com/Smithay/wayland-rs" }
wayland-protocols = { git = "https://github.com/Smithay/wayland-rs" }
wayland-commons = { git = "https://github.com/Smithay/wayland-rs" }

# note: v0.5 branch
# patch: transparency, damage
# patch: transparency
wgpu-core = { path = "../../gfx-rs/wgpu/wgpu-core/" }
wgpu-types = { path = "../../gfx-rs/wgpu/wgpu-types/" }

# patch: bsd (merged)
usvg = { path = "../../RazrFalcon/resvg/usvg/" }

# patch: dbus
gio = { path = "../../gtk-rs/gio/" }
gio = { git = "https://github.com/gtk-rs/gio" }
glib = { git = "https://github.com/gtk-rs/glib" } # version required by gio
3 changes: 2 additions & 1 deletion wstk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ glib = "0.9"
# iced_graphics = { git = "https://github.com/hecrj/iced" }
# iced_native = { git = "https://github.com/hecrj/iced" }

# patch: damage, transparency, image-debloat
iced_core = { path = "../../../hecrj/iced/core" }
iced_futures = { path = "../../../hecrj/iced/futures" }
iced_wgpu = { path = "../../../hecrj/iced/wgpu", features = ["svg", "image"] }
iced_wgpu = { path = "../../../hecrj/iced/wgpu", features = ["default_system_font", "svg", "png"] }
iced_graphics = { path = "../../../hecrj/iced/graphics" }
iced_native = { path = "../../../hecrj/iced/native" }

0 comments on commit 7fb8880

Please sign in to comment.