Closed buxx closed 2 years ago
expected struct
egui::context::Context
, found structegui::Context
Oh it was :
[dev-dependencies]
-egui_demo_lib = { version = "0.18.0", default-features = false }
+egui_demo_lib = { version = "0.19.0", default-features = false }
But, with these version upgrades, we have a low level error :
➜ egui-macroquad git:(follow-dependencies) ✗ cargo run --example demo
Finished dev [unoptimized + debuginfo] target(s) in 0.02s
Running `target/debug/examples/demo`
free(): double free detected in tcache 2
[1] 34199 abort (core dumped) cargo run --example demo
@optozorax Can you please help with this fix? I have stuck with this issue: egui-miniquad-0.11.0/src/lib.rs:145:66
pub fn run(&mut self, mq_ctx: &mut mq::Context, run_ui: impl FnOnce(&egui::Context)) {
^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `EguiMq::run`
I suppose this should do the trick: https://github.com/optozorax/egui-macroquad/pull/25
Hi, thanks for the PR, sorry for the delay, but version is already updated.
Hello,
Unable to run demo with current
master
:Update egui and egui-miniquad dependencies solved most of the problems (see MR). But now I got :
Not sure to understand what to do :thinking: