-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat: add liquid glass window effects #14454
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: dev
Are you sure you want to change the base?
Conversation
Added new Liquid Glass window effects and updated dependencies.
Package Changes Through 9ceea2aThere are 3 changes which include tauri with minor, tauri-utils with minor, @tauri-apps/api with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
effect has been re-exported as part of the tauri crate's public API, I think it might be a problem? |
|
yes exactly! everything sucks |
|
If this PR is going to be merged, I would suggest adding |
|
yeah no i won't let this merged as is. i'll get back to it later. thanks for the ideas! |
|
I also noticed some enum variants like RunEvent::Opened that should have the non_exhaustive attribute but don't :( something for v3 |

i intentionally only exposed 2 of all the new effects because those are the only stable ones and i'd like to have the other values investigated first - eg got no source for them
also, we really need to fix our tauri-utils code, we can't keep making breaking changes (this one is even worse with the enum)