laticoda
laticoda
Hi ! i have to launch it like this: **RUST_BACKTRACE=1 cargo run** if i just do **cargo run** , i get this _thread 'main' panicked at 'attempt to subtract with...
Hello, i'm doing a game jam in which i try to use Legion to manage gold extraction. It does work but it is ugly : https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=5760930182d0f977e51166178af0abda i'd like to only...
Hi, i found that backspace key works with \x7f and return with \r but what about ESCAPE, arrows and other keys ?
Hello, i'd like to mark some Blocks with text , ex "A-5" , or signs "Paris 3000 km" ... I'd like also to have a semi-transparent GUI to get more...
Hello, i can build i can't run it: Finished release [optimized] target(s) in 0.14s Running `target/release/imgui-ggez-starter` thread 'main' panicked at 'attempted to leave type `std::mem::ManuallyDrop` uninitialized, which is invalid', /rustc/c7087fe00d2ba919df1d813c040a5d47e43b0fe7/src/libcore/mem/mod.rs:661:5...