Skip to content

Commit

Permalink
Expose the new v4_16 feature
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Apr 26, 2024
1 parent c970673 commit d54b3d2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions gdk4-wayland/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ version.workspace = true
v4_4 = ["ffi/v4_4", "gdk/v4_4"]
v4_10 = ["ffi/v4_10", "v4_4", "gdk/v4_10"]
v4_12 = ["ffi/v4_12", "v4_10", "gdk/v4_12"]
v4_16 = ["ffi/v4_16", "v4_12", "gdk/v4_16"]
wayland_crate = ["wayland-client", "wayland-backend"]
egl = ["khronos-egl"]

Expand Down
1 change: 1 addition & 0 deletions gdk4-wayland/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ gdk-wayland = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gdk4-w

| Feature | Description |
| --- | ----------- |
| `v4_16` | Enable the new APIs part of GTK 4.16 |
| `v4_12` | Enable the new APIs part of GTK 4.12 |
| `v4_10` | Enable the new APIs part of GTK 4.10 |
| `v4_4` | Enable the new APIs part of GTK 4.4 |
Expand Down
1 change: 1 addition & 0 deletions gdk4-x11/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ version.workspace = true
[features]
v4_4 = ["ffi/v4_4", "gdk/v4_4"]
v4_10 = ["ffi/v4_10", "v4_4", "gdk/v4_10"]
v4_16 = ["ffi/v4_16", "v4_10", "gdk/v4_16"]
egl = ["khronos-egl"]
xlib = ["x11"]

Expand Down
1 change: 1 addition & 0 deletions gdk4-x11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ gdk-wayland = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gdk4-w

| Feature | Description |
| --- | ----------- |
| `v4_16` | Enable the new APIs part of GTK 4.16 |
| `v4_10` | Enable the new APIs part of GTK 4.10 |
| `v4_4` | Enable the new APIs part of GTK 4.4 |
| `egl` | Integration with the [khronos-egl](https://crates.io/crates/khronos-egl) crate |
Expand Down
1 change: 1 addition & 0 deletions gdk4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ v4_8 = ["ffi/v4_8", "v4_6"]
v4_10 = ["ffi/v4_10", "v4_8"]
v4_12 = ["ffi/v4_12", "v4_10"]
v4_14 = ["ffi/v4_14", "v4_12"]
v4_16 = ["ffi/v4_16", "v4_14"]
gl = ["dep:gl"]

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions gdk4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ gdk = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gdk4" }

| Feature | Description |
| --- | ----------- |
| `v4_16` | Enable the new APIs part of GTK 4.16 |
| `v4_14` | Enable the new APIs part of GTK 4.14 |
| `v4_12` | Enable the new APIs part of GTK 4.12 |
| `v4_10` | Enable the new APIs part of GTK 4.10 |
Expand Down
1 change: 1 addition & 0 deletions gtk4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ v4_8 = ["ffi/v4_8", "v4_6", "gdk/v4_8"]
v4_10 = ["ffi/v4_10", "v4_8", "gdk/v4_10", "gsk/v4_10"]
v4_12 = ["ffi/v4_12", "v4_10", "gdk/v4_12"]
v4_14 = ["ffi/v4_14", "v4_12", "gdk/v4_14", "gsk/v4_14"]
v4_16 = ["ffi/v4_16", "v4_14", "gdk/v4_16"]
gio_v2_80 = ["gio/v2_80"]
xml_validation = ["gtk4-macros/xml_validation"]
blueprint = ["gtk4-macros/blueprint"]
Expand Down
1 change: 1 addition & 0 deletions gtk4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ gtk = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gtk4" }

| Feature | Description |
| --- | ----------- |
| `v4_16` | Enable the new APIs part of GTK 4.16 |
| `v4_14` | Enable the new APIs part of GTK 4.14 |
| `v4_12` | Enable the new APIs part of GTK 4.12 |
| `v4_10` | Enable the new APIs part of GTK 4.10 |
Expand Down

0 comments on commit d54b3d2

Please sign in to comment.