Closed blyxyas closed 2 years ago
VS Code gave me this error: failed to run custom build command for ncurses v5.101.0 Currently only youchoose is in the dependencies section, what's happening? I'm using Windows
ncurses v5.101.0
youchoose
I found the problem, ncurses doesn't support Windows, there's alternatives, but you'll have to change the crate to work with pancurses
ncurses
pancurses
VS Code gave me this error: failed to run custom build command for
ncurses v5.101.0
Currently onlyyouchoose
is in the dependencies section, what's happening? I'm using Windows