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 Apr 5, 2023
1 parent 0a73978 commit dce9016
Show file tree
Hide file tree
Showing 11 changed files with 1,500 additions and 1,580 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Unreleased
- Update the `smithay-client-toolkit` to `0.17.0`

## 0.5.4
- Timeout dbus call to settings portal (100ms)

Expand Down
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ documentation = "https://docs.rs/sctk-adwaita"
description = "Adwaita-like SCTK Frame"

[dependencies]
smithay-client-toolkit = "0.16"
smithay-client-toolkit = { version = "0.17.0", default_features = false }
tiny-skia = { version = "0.8", features = ["std", "simd"] }
log = "0.4"
memmap2 = "0.5.8"
memmap2 = { version = "0.5.8", optional = true }

# Draw title text using crossfont `--features crossfont`
crossfont = { version = "0.5.0", features = ["force_system_fontconfig"], optional = true }
Expand All @@ -22,3 +22,5 @@ ab_glyph = { version = "0.2.17", optional = true }

[features]
default = ["ab_glyph"]
crossfont = ["dep:crossfont"]
ab_glyph = ["dep:ab_glyph", "memmap2"]
117 changes: 0 additions & 117 deletions examples/simple.rs

This file was deleted.

Loading

0 comments on commit dce9016

Please sign in to comment.