Add support for grid layout padding

This commit is contained in:
Simon Hausmann 2020-08-28 08:47:33 +02:00
parent 7976a4057f
commit 5dbd0b213c
10 changed files with 197 additions and 29 deletions

View file

@ -160,6 +160,7 @@ using cbindgen_private::grid_layout_info;
using cbindgen_private::GridLayoutCellData;
using cbindgen_private::GridLayoutData;
using cbindgen_private::LayoutInfo;
using cbindgen_private::Padding;
using cbindgen_private::PathLayoutData;
using cbindgen_private::PathLayoutItemData;
using cbindgen_private::solve_grid_layout;