Add the math for pane resizing
This commit is contained in:
parent
5385ca411b
commit
26b9be628e
5 changed files with 103 additions and 41 deletions
|
@ -27,7 +27,7 @@ pub mod json;
|
|||
pub mod keymap_matcher;
|
||||
pub mod platform;
|
||||
pub use gpui_macros::{test, Element};
|
||||
pub use window::{Axis, SizeConstraint, Vector2FExt, WindowContext};
|
||||
pub use window::{Axis, RectFExt, SizeConstraint, Vector2FExt, WindowContext};
|
||||
|
||||
pub use anyhow;
|
||||
pub use serde_json;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue