Skip to content

use crates.io for window-state plugin#123

Merged
emuell merged 1 commit intoemuell:masterfrom
lucaheise:use-cratesio-for-windowstate-plugin
Oct 5, 2024
Merged

use crates.io for window-state plugin#123
emuell merged 1 commit intoemuell:masterfrom
lucaheise:use-cratesio-for-windowstate-plugin

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
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