egui-macroquad icon indicating copy to clipboard operation
egui-macroquad copied to clipboard

Updating Macroquad Version

Open emadpres opened this issue 11 months ago • 1 comments

Hi

As far as I understood, this crate is designed to internally include macroquad as its own dependency (most probably to ensure nothings breaks) and therefore the user of egui-macroquad are not supposed to add both macroquad and egui-macroquad as dependencies.

Meaning, this is not going to work (it causes a panic in my case)

[dependencies]
macroquad = "0.4.5"  # or its variants, like { version = "0.4.5", default-features = false }
egui-macroquad = "0.15.0"

If so, what's the process of updating egui-macroquad to use more recent versions of macroquad? As of now, egui-macroquad depends onmacroquad 0.3.x while 0.4.x is out for a while.

emadpres avatar Mar 02 '24 14:03 emadpres