Closed RockyXRQ closed 4 months ago
try RUST_LOG=debug
I got these
You may wanna look into that app.ron
and then try deleting it
OMG I deleted it and seems everything just alright now! Really appreciate! By the way can I know how this happened and what is the file app.ron
for? Thanks again!
app.ron
stores the state of the application so you can "resume". I haven't checked but based on what I've observed it serialized the state of the "App" Struct.
I'm currently using eframe-template with Rust Rover in win10 x86. At first time I did
cargo run
and everything seems just fine. But after I changed the codeThe canvas didn't show up, so I changed the value back (from 20.0 to 16.0), but seems the canvas still not show up. So I download the eframe-template and trying to run it without any change, I still get a empty canvas, I can't fix it with
cargo clean
and then rebuild.