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

Update tao dependency #22

Open
wants to merge 2 commits into
base: 0.21
Choose a base branch
from
Open

Update tao dependency #22

wants to merge 2 commits into from

Conversation

niutech
Copy link

@niutech niutech commented Mar 22, 2024

This PR updates tao dependency to the latest version 0.26, which depends on gdk-sys 0.18. This should solve the following error:

error: failed to select a version for `gdk-sys`.
    ... required by package `tao v0.18.0`
    ... which satisfies dependency `winit = "^0.18.0"` of package `eframe_tao v0.23.0`
    ... which satisfies dependency `eframe = "^0.23.0"` of package `tauri-egui v0.3.0`
    ... which satisfies git dependency `tauri-egui` of package `my-tauri-app v0.0.0`
versions that meet the requirements `^0.16` are: 0.16.0

the package `gdk-sys` links to the native library `gdk-3`, but it conflicts with a previous package which links to `gdk-3` as well:
package `gdk-sys v0.18.0`
    ... which satisfies dependency `gdk-sys = "^0.18.0"` (locked to 0.18.0) of package `webkit2gtk v2.0.1`
    ... which satisfies dependency `webkit2gtk = "=2.0.1"` (locked to 2.0.1) of package `tauri v2.0.0-beta.13`
    ... which satisfies dependency `tauri = "^2.0.0-beta"` (locked to 2.0.0-beta.13) of package `my-tauri-app v0.0.0`

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.

1 participant