canopy
canopy copied to clipboard
## Summary - move most modules from `canopy` into `canopy-core` - re-export new items from `canopy-core` - trim `canopy` down to a thin façade - update Cargo manifests ## Testing...
## Summary - use `u32` and `i32` for geom types - update viewport and widgets to match - convert backend to use new geometry types - adjust tests and examples...
## Summary - drop show/hide cursor methods from render backend - stop showing or hiding the terminal cursor during rendering - clean up backend implementations and tests ## Testing -...
## Summary - adjust scrolling when deleting items above the viewport - re-run visibility check after deleting - add regression test for deleting the first item in a two-item list...