## Break Changes - Renamed `DockItemState` to `PanelState`. - Renamed `DockItemInfo` to `PanelInfo`. - Update `cx` type from `WindowContext` to `AppContext` for Panel trait `panel_name` method. ## TODO - [ ] Support merge panels into TabPanel. - [ ] Support split panels into Tile. --------- Co-authored-by: Jason Lee <huacnlee@gmail.com>
11 lines
97 B
Text
11 lines
97 B
Text
## Run story
|
|
|
|
```bash
|
|
cargo run
|
|
```
|
|
|
|
## Run Tiles example
|
|
|
|
```bash
|
|
cargo run --example tiles
|
|
```
|