update sctk
This commit is contained in:
parent
5a3007def4
commit
859b02c88f
2 changed files with 35 additions and 6 deletions
|
|
@ -15,7 +15,7 @@ rust-version = "1.65.0"
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2.149"
|
||||
sctk = { package = "smithay-client-toolkit", version = "0.19.1", default-features = false, features = [
|
||||
sctk = { package = "smithay-client-toolkit", version = "0.20", default-features = false, features = [
|
||||
"calloop",
|
||||
] }
|
||||
wayland-backend = { version = "0.3.3", default_features = false, features = [
|
||||
|
|
@ -25,7 +25,7 @@ raw-window-handle = { version = "0.6", optional = true }
|
|||
|
||||
[dev-dependencies]
|
||||
dirs = "5.0.1"
|
||||
sctk = { package = "smithay-client-toolkit", version = "0.19.1", default-features = false, features = [
|
||||
sctk = { package = "smithay-client-toolkit", version = "0.20", default-features = false, features = [
|
||||
"calloop",
|
||||
"xkbcommon",
|
||||
] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue