Converted project to use the tui-rs-revival ratatui in favor of the likely soon-to-be-archived tui-rs repo.

This commit is contained in:
2023-08-08 10:50:06 -06:00
parent 435926f6f0
commit f252fedeed
5 changed files with 15 additions and 13 deletions
+3 -3
View File
@@ -1461,12 +1461,12 @@ mod test {
vec![
DiskSpace {
free_space: Number::from(1111),
total_space: Number::from(2222)
total_space: Number::from(2222),
},
DiskSpace {
free_space: Number::from(3333),
total_space: Number::from(4444)
}
total_space: Number::from(4444),
},
]
);
}