Skip to content

Commit

Permalink
Expose egui_tiles::TabState
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jun 25, 2024
1 parent 7530ba6 commit 6e88ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ mod tile;
mod tiles;
mod tree;

pub use behavior::{Behavior, EditAction};
pub use behavior::{Behavior, EditAction, TabState};
pub use container::{Container, ContainerKind, Grid, GridLayout, Linear, LinearDir, Shares, Tabs};
pub use tile::{Tile, TileId};
pub use tiles::Tiles;
Expand Down

0 comments on commit 6e88ea9

Please sign in to comment.