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

Tauri 2.0 Support? #8

Open
iceener opened this issue Dec 28, 2024 · 0 comments
Open

Tauri 2.0 Support? #8

iceener opened this issue Dec 28, 2024 · 0 comments

Comments

@iceener
Copy link

iceener commented Dec 28, 2024

Is there any chance that Tauri 2.0 will be supported?

  ➜  Local:   http://localhost:1420/
    Info Watching /Users/overment/playground/.../src-tauri for changes...
    Updating git repository `https://github.com/zzzze/tauri-plugin-spotlight`
    Updating crates.io index
error: failed to select a version for `webkit2gtk-sys`.
    ... required by package `webkit2gtk v0.18.2`
    ... which satisfies dependency `webkit2gtk = "^0.18.2"` of package `tauri v1.2.0`
    ... which satisfies dependency `tauri = "^1.2"` of package `tauri-plugin-spotlight v0.2.0 (https://github.com/zzzze/tauri-plugin-spotlight#4303df2c)`
    ... which satisfies git dependency `tauri-plugin-spotlight` of package `alice v0.0.0 (/Users/overment/playground/alice/src-tauri)`
versions that meet the requirements `^0.18` are: 0.18.0

the package `webkit2gtk-sys` links to the native library `web_kit2`, but it conflicts with a previous package which links to `web_kit2` as well:
package `webkit2gtk-sys v2.0.1`
    ... which satisfies dependency `ffi = "^2.0.1"` (locked to 2.0.1) of package `webkit2gtk v2.0.1`
    ... which satisfies dependency `webkit2gtk = "=2.0.1"` (locked to 2.0.1) of package `tauri v2.1.1`
    ... which satisfies dependency `tauri = "^2.1.1"` (locked to 2.1.1) of package `alice v0.0.0 (/Users/overment/playground/alice/src-tauri)`
Only one package in the dependency graph may specify the same links value. This helps ensure that only one copy of a native library is linked in the final binary. Try to adjust your dependencies so that only one package uses the `links = "web_kit2"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.

failed to select a version for `webkit2gtk-sys` which could resolve this conflict
error: script "tauri" exited with code 101
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

No branches or pull requests

1 participant