Migrate to cursive 0.17

This commit is contained in:
Henrik Friedrichsen
2022-01-11 20:42:50 +01:00
parent adcdf5d18c
commit 06c6ea316e
8 changed files with 164 additions and 108 deletions

View File

@@ -1,4 +1,4 @@
use cursive::traits::{Boxable, Identifiable};
use cursive::traits::{Nameable, Resizable};
use cursive::view::{Margins, ViewWrapper};
use cursive::views::{Dialog, EditView, ScrollView, SelectView};
use cursive::Cursive;