-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
41 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wayland-backend" | ||
version = "0.3.5" | ||
version = "0.3.6" | ||
authors = ["Elinor Berger <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.65" | ||
|
@@ -14,7 +14,7 @@ readme = "README.md" | |
build = "build.rs" | ||
|
||
[dependencies] | ||
wayland-sys = { version = "0.31.3", path = "../wayland-sys", features = [] } | ||
wayland-sys = { version = "0.31.4", path = "../wayland-sys", features = [] } | ||
log = { version = "0.4", optional = true } | ||
scoped-tls = "1.0" | ||
downcast-rs = "1.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wayland-client" | ||
version = "0.31.4" | ||
version = "0.31.5" | ||
documentation = "https://docs.rs/wayland-client/" | ||
repository = "https://github.com/smithay/wayland-rs" | ||
authors = ["Elinor Berger <[email protected]>"] | ||
|
@@ -13,8 +13,8 @@ description = "Bindings to the standard C implementation of the wayland protocol | |
readme = "README.md" | ||
|
||
[dependencies] | ||
wayland-backend = { version = "0.3.5", path = "../wayland-backend" } | ||
wayland-scanner = { version = "0.31.3", path = "../wayland-scanner" } | ||
wayland-backend = { version = "0.3.6", path = "../wayland-backend" } | ||
wayland-scanner = { version = "0.31.4", path = "../wayland-scanner" } | ||
bitflags = "2" | ||
rustix = { version = "0.38.0", features = ["event"] } | ||
log = { version = "0.4", optional = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wayland-cursor" | ||
version = "0.31.4" | ||
version = "0.31.5" | ||
documentation = "https://docs.rs/wayland-cursor/" | ||
repository = "https://github.com/smithay/wayland-rs" | ||
authors = ["Elinor Berger <[email protected]>"] | ||
|
@@ -13,7 +13,7 @@ description = "Bindings to libwayland-cursor." | |
readme = "README.md" | ||
|
||
[dependencies] | ||
wayland-client = { version = "0.31.4", path = "../wayland-client" } | ||
wayland-client = { version = "0.31.5", path = "../wayland-client" } | ||
xcursor = "0.3.1" | ||
rustix = { version = "0.38.15", features = ["shm"] } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wayland-egl" | ||
version = "0.32.2" | ||
version = "0.32.3" | ||
documentation = "https://docs.rs/wayland-egl/" | ||
repository = "https://github.com/smithay/wayland-rs" | ||
authors = ["Elinor Berger <[email protected]>"] | ||
|
@@ -13,8 +13,8 @@ description = "Bindings to libwayland-egl." | |
readme = "README.md" | ||
|
||
[dependencies] | ||
wayland-backend = { version = "0.3.5", path = "../wayland-backend", features = ["client_system"] } | ||
wayland-sys = { version = "0.31.3", path="../wayland-sys", features = ["egl"] } | ||
wayland-backend = { version = "0.3.6", path = "../wayland-backend", features = ["client_system"] } | ||
wayland-sys = { version = "0.31.4", path="../wayland-sys", features = ["egl"] } | ||
|
||
[package.metadata.docs.rs] | ||
all-features = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wayland-protocols-misc" | ||
version = "0.3.2" | ||
version = "0.3.3" | ||
documentation = "https://docs.rs/wayland-protocols-misc/" | ||
repository = "https://github.com/smithay/wayland-rs" | ||
authors = ["Elinor Berger <[email protected]>"] | ||
|
@@ -15,11 +15,11 @@ readme = "README.md" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
wayland-scanner = { version = "0.31.3", path = "../wayland-scanner" } | ||
wayland-backend = { version = "0.3.5", path = "../wayland-backend" } | ||
wayland-client = { version = "0.31.4", path = "../wayland-client", optional = true } | ||
wayland-server = { version = "0.31.3", path = "../wayland-server", optional = true } | ||
wayland-protocols = { version = "0.32.2", path = "../wayland-protocols", features=["unstable"] } | ||
wayland-scanner = { version = "0.31.4", path = "../wayland-scanner" } | ||
wayland-backend = { version = "0.3.6", path = "../wayland-backend" } | ||
wayland-client = { version = "0.31.5", path = "../wayland-client", optional = true } | ||
wayland-server = { version = "0.31.4", path = "../wayland-server", optional = true } | ||
wayland-protocols = { version = "0.32.3", path = "../wayland-protocols", features=["unstable"] } | ||
bitflags = "2" | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wayland-protocols-plasma" | ||
version = "0.3.2" | ||
version = "0.3.3" | ||
documentation = "https://docs.rs/wayland-protocols-plasma/" | ||
repository = "https://github.com/smithay/wayland-rs" | ||
authors = ["Elinor Berger <[email protected]>"] | ||
|
@@ -15,11 +15,11 @@ readme = "README.md" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
wayland-scanner = { version = "0.31.3", path = "../wayland-scanner" } | ||
wayland-backend = { version = "0.3.5", path = "../wayland-backend" } | ||
wayland-client = { version = "0.31.4", path = "../wayland-client", optional = true } | ||
wayland-server = { version = "0.31.3", path = "../wayland-server", optional = true } | ||
wayland-protocols = { version = "0.32.2", path = "../wayland-protocols"} | ||
wayland-scanner = { version = "0.31.4", path = "../wayland-scanner" } | ||
wayland-backend = { version = "0.3.6", path = "../wayland-backend" } | ||
wayland-client = { version = "0.31.5", path = "../wayland-client", optional = true } | ||
wayland-server = { version = "0.31.4", path = "../wayland-server", optional = true } | ||
wayland-protocols = { version = "0.32.3", path = "../wayland-protocols"} | ||
bitflags = "2" | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wayland-protocols-wlr" | ||
version = "0.3.2" | ||
version = "0.3.3" | ||
documentation = "https://docs.rs/wayland-protocols-wlr/" | ||
repository = "https://github.com/smithay/wayland-rs" | ||
authors = ["Elinor Berger <[email protected]>"] | ||
|
@@ -15,11 +15,11 @@ readme = "README.md" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
wayland-scanner = { version = "0.31.3", path = "../wayland-scanner" } | ||
wayland-backend = { version = "0.3.5", path = "../wayland-backend" } | ||
wayland-client = { version = "0.31.4", path = "../wayland-client", optional = true } | ||
wayland-server = { version = "0.31.3", path = "../wayland-server", optional = true } | ||
wayland-protocols = { version = "0.32.2", path = "../wayland-protocols"} | ||
wayland-scanner = { version = "0.31.4", path = "../wayland-scanner" } | ||
wayland-backend = { version = "0.3.6", path = "../wayland-backend" } | ||
wayland-client = { version = "0.31.5", path = "../wayland-client", optional = true } | ||
wayland-server = { version = "0.31.4", path = "../wayland-server", optional = true } | ||
wayland-protocols = { version = "0.32.3", path = "../wayland-protocols"} | ||
bitflags = "2" | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wayland-protocols" | ||
version = "0.32.2" | ||
version = "0.32.3" | ||
documentation = "https://docs.rs/wayland-protocols/" | ||
repository = "https://github.com/smithay/wayland-rs" | ||
authors = ["Elinor Berger <[email protected]>"] | ||
|
@@ -13,10 +13,10 @@ rust-version = "1.65" | |
readme = "README.md" | ||
|
||
[dependencies] | ||
wayland-scanner = { version = "0.31.3", path = "../wayland-scanner" } | ||
wayland-backend = { version = "0.3.5", path = "../wayland-backend" } | ||
wayland-client = { version = "0.31.4", path = "../wayland-client", optional = true } | ||
wayland-server = { version = "0.31.3", path = "../wayland-server", optional = true } | ||
wayland-scanner = { version = "0.31.4", path = "../wayland-scanner" } | ||
wayland-backend = { version = "0.3.6", path = "../wayland-backend" } | ||
wayland-client = { version = "0.31.5", path = "../wayland-client", optional = true } | ||
wayland-server = { version = "0.31.4", path = "../wayland-server", optional = true } | ||
bitflags = "2" | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wayland-scanner" | ||
version = "0.31.3" | ||
version = "0.31.4" | ||
authors = ["Elinor Berger <[email protected]>"] | ||
repository = "https://github.com/smithay/wayland-rs" | ||
documentation = "https://docs.rs/wayland-scanner/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wayland-server" | ||
version = "0.31.3" | ||
version = "0.31.4" | ||
documentation = "https://docs.rs/wayland-server/" | ||
repository = "https://github.com/smithay/wayland-rs" | ||
authors = ["Elinor Berger <[email protected]>"] | ||
|
@@ -13,8 +13,8 @@ rust-version = "1.65" | |
readme = "README.md" | ||
|
||
[dependencies] | ||
wayland-backend = { version = "0.3.5", path = "../wayland-backend" } | ||
wayland-scanner = { version = "0.31.3", path = "../wayland-scanner" } | ||
wayland-backend = { version = "0.3.6", path = "../wayland-backend" } | ||
wayland-scanner = { version = "0.31.4", path = "../wayland-scanner" } | ||
bitflags = "2" | ||
log = { version = "0.4", optional = true } | ||
downcast-rs = "1.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wayland-sys" | ||
version = "0.31.3" | ||
version = "0.31.4" | ||
repository = "https://github.com/smithay/wayland-rs" | ||
documentation = "https://docs.rs/wayland-sys/" | ||
authors = ["Elinor Berger <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters