Skip to content
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

use crates.io for window-state plugin #123

Merged

Conversation

lucaheise
Copy link
Contributor

Tauri sets the plugin “tauri-plugin-window-state” as a dependency. Unfortunately, this was not available in the central packet service crates.io at the time, so the template added it directly via git.

Unlike other dependencies like “fix-path-env-rs” it didn't get an own repo but is in a monorepo with others. Like explained in the same page by tauri (https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/window-state) this doesn't work well with some package managers. I'm affected by this, my package manager can't cache it because of this.

By now, the tauri project published it to crates.io, so the same version can be pulled from there.

tested on macOS aarch64

@emuell
Copy link
Owner

emuell commented Oct 5, 2024

Thanks. Looks good to me.

@emuell emuell merged commit 8b29691 into emuell:master Oct 5, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants