Skip to content

Commit

Permalink
Update to wayland-rs 0.30
Browse files Browse the repository at this point in the history
This should update the sctk-adwaita to the latest smithay-client-toolkit
and wayland-rs.
  • Loading branch information
kchibisov committed Mar 8, 2023
1 parent 59ae0e9 commit 428c9e1
Show file tree
Hide file tree
Showing 9 changed files with 1,421 additions and 1,549 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ documentation = "https://docs.rs/sctk-adwaita"
description = "Adwaita-like SCTK Frame"

[dependencies]
smithay-client-toolkit = "0.16"
# TODO - use main repo at least.
smithay-client-toolkit = { git = "https://github.com/kchibisov/client-toolkit", branch = "winit-update", default_features = false }
tiny-skia = { version = "0.8", features = ["std", "simd"] }
log = "0.4"
memmap2 = "0.5.8"
Expand Down
Loading

0 comments on commit 428c9e1

Please sign in to comment.