bevy_crossterm
bevy_crossterm copied to clipboard
Example not working with Bevy 0.10.1
I am new to bevy and rust so idk how useful I can write this issue but I started a rust project with cargo new
and I cargo added bevy
and bevy_crossterm
and when I cargo run
it the following errors show up
The generated Cargo.toml
The easy fix is to make my bevy version to 0.4.0 but I want to use am wondering if the 2023 way would be to make my terminal game using tui.rs
, cursive
, or ncurses
with crossterm backend. I never used those libraries before. Idk if what I am saying makes sense but hope at least the error messages help. Sorry if I sound like if I don't know what I am talking about in advance, as I don't. Please let me know if I should just use 0.4 or some other library?