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

Dependency conflict #25

Open
roniemartinez opened this issue May 4, 2023 · 1 comment
Open

Dependency conflict #25

roniemartinez opened this issue May 4, 2023 · 1 comment

Comments

@roniemartinez
Copy link

error: failed to select a version for `tauri-runtime`.
    ... required by package `tauri-egui v0.3.0`
    ... which satisfies dependency `tauri-egui = "^0.3.0"` of package `test v0.0.0 (/Users/roniemartinez/Projects/test/src-tauri)`
versions that meet the requirements `=0.13.0-alpha.2` are: 0.13.0-alpha.2

all possible versions conflict with previously selected packages.

  previously selected package `tauri-runtime v0.13.0`
    ... which satisfies dependency `tauri-runtime = "^0.13.0"` of package `tauri v1.3.0`
    ... which satisfies dependency `tauri = "^1.3"` of package `test v0.0.0 (/Users/roniemartinez/Projects/test/src-tauri)`

failed to select a version for `tauri-runtime` which could resolve this conflict
@martijnarts
Copy link

martijnarts commented May 8, 2023

It looks like tauri-egui's 0.2.0+ releases require an alpha of Tauri 2. Quite inconvenient, but for now it just means you'll need to stick to tauri-egui 0.1.1

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

2 participants