From ab0ee1a8d09a717cbcd04d0a2d711ce53fe0e172 Mon Sep 17 00:00:00 2001
From: Héctor Ramón Jiménez <hector0193@gmail.com>
Date: Sat, 23 May 2020 01:54:48 +0200
Subject: Expose `pane_grid::{Node, Content}` in `iced_glow`

---
 glow/src/widget/pane_grid.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/glow/src/widget/pane_grid.rs b/glow/src/widget/pane_grid.rs
index 578e8960..6f437df7 100644
--- a/glow/src/widget/pane_grid.rs
+++ b/glow/src/widget/pane_grid.rs
@@ -11,8 +11,8 @@
 use crate::Renderer;
 
 pub use iced_native::pane_grid::{
-    Axis, Direction, DragEvent, Focus, KeyPressEvent, Pane, ResizeEvent, Split,
-    State,
+    Axis, Content, Direction, DragEvent, Focus, KeyPressEvent, Node, Pane,
+    ResizeEvent, Split, State,
 };
 
 /// A collection of panes distributed using either vertical or horizontal splits
-- 
cgit