You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm not directly using miniquad; it's being required by egui-miniquad which itself is a dependency of egui-macroquad. I'm trying to employ your latest macroquod 0.4.8 release and having trouble with the following output:
> cargo build
Updating git repository `https://github.com/optozorax/egui-macroquad`
Updating crates.io index
Updating git repository `https://github.com/caspark/egui-miniquad.git`
error: failed to select a version for `miniquad`.
... required by package `egui-miniquad v0.14.0 (https://github.com/not-fl3/egui-miniquad#5df57233)`
... which satisfies git dependency `egui-miniquad` of package `egui-macroquad v0.16.0 (https://github.com/optozorax/egui-macroquad#dfbdb967)`
... which satisfies git dependency `egui-macroquad` of package `ssi_homage v0.1.0 (C:\Code\_rust\ssi_homage)`
versions that meet the requirements `=0.4.0` are: 0.4.0
all possible versions conflict with previously selected packages.
previously selected package `miniquad v0.4.2`
... which satisfies dependency `miniquad = "=0.4.2"` (locked to 0.4.2) of package `macroquad v0.4.8`
... which satisfies dependency `macroquad = "^0.4.8"` (locked to 0.4.8) of package `ssi_homage v0.1.0 (C:\Code\_rust\ssi_homage)`
failed to select a version for `miniquad` which could resolve this conflict
The closest I've been able to get is the following cargo.toml:
...but that hasn't quite cracked the nut yet. I am wondering, do you have a recommended cargo.toml to satisfy the dependencies and employ egui and macroquad ?
The text was updated successfully, but these errors were encountered:
Hi. I'm not directly using
miniquad
; it's being required byegui-miniquad
which itself is a dependency ofegui-macroquad
. I'm trying to employ your latestmacroquod
0.4.8 release and having trouble with the following output:The closest I've been able to get is the following
cargo.toml
:...but that hasn't quite cracked the nut yet. I am wondering, do you have a recommended
cargo.toml
to satisfy the dependencies and employegui
andmacroquad
?The text was updated successfully, but these errors were encountered: