Add the math for pane resizing

This commit is contained in:
Mikayla Maki 2023-07-12 22:34:33 -07:00
parent 5385ca411b
commit 26b9be628e
No known key found for this signature in database
5 changed files with 103 additions and 41 deletions

View file

@ -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;