You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 addedbevy
andbevy_crossterm
and when Icargo run
it the following errors show upThe 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
, orncurses
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?The text was updated successfully, but these errors were encountered: