Closed Letronix624 closed 1 year ago
I found the reason! (After some long time just going through my changes) As you suspected the problem originates from the newest version of either Egui or it's demo crate. What should we do? Keep the version of Egui on 0.22 or accept living with the 0.23 problem?
Maybe accept living with it then.
Hey, apologies. #50 just went through with lints etc. I was hoping if you could update this PR to just update the egui library? Then we can make a new release
Hey, apologies. #50 just went through with lints etc. I was hoping if you could update this PR to just update the egui library? Then we can make a new release
My bad, I totally missed this PR when I started mine. :( Sorry!
oops. I forgot about the lints because I don't have them set up the same way.
I'm going to do that later today.
oops. I forgot about the lints because I don't have them set up the same way.
I'm going to do that later today.
No rush!
oops
Amazing, remember to run the
cargo fmt
with nightly:cargo +nightly fmt
, because I use some formatting rules that only work there. (rustfmt.toml
).