diff --git a/Cargo.toml b/Cargo.toml index f2c8e0c..7d71c84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,12 +11,15 @@ repository = "https://github.com/gyscos/Cursive" version = "0.2.6" [dependencies] -ncurses = "5.80.0" odds = "0.2" toml = "0.2" unicode-segmentation = "0.1" unicode-width = "0.1" +[dependencies.ncurses] +features = ["wide"] +version = "5.82.0" + [dev-dependencies] rand = "0.3"