-
-
Notifications
You must be signed in to change notification settings - Fork 190
Automated PR: Changes from updating gir/gir-files #2101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
#[cfg_attr(docsrs, doc(cfg(feature = "v4_20")))] | ||
#[doc(alias = "gsk_transform_matrix_2d")] | ||
#[must_use] | ||
pub fn matrix_2d( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably needs manual impl similar to other transform methods
6f9ce07
to
4990aba
Compare
4990aba
to
044d205
Compare
FWIW, This would unbreak the CI |
@@ -64,6 +64,9 @@ version = "4.18" | |||
[package.metadata.system-deps.gtk4.v4_20] | |||
version = "4.19" | |||
|
|||
[package.metadata.system-deps.gtk4.v4_19] | |||
version = "4.19" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIUC we'd want to use the 4.20 above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR contains auto-generated changes after a merge in the external gir-files repository.