Update odin bindings

This commit is contained in:
Nic Barker 2024-10-06 19:34:42 +13:00
parent 90b4b0de26
commit d826187b50
7 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ cmake-build-release/
.DS_Store
.idea/
build/
node_modules/
node_modules/
*.dSYM

View File

@ -97,7 +97,7 @@ TextElementConfig :: struct {
fontId: u16,
fontSize: u16,
letterSpacing: u16,
lineSpacing: u16,
lineHeight: u16,
wrapMode: TextWrapMode,
}
@ -234,8 +234,8 @@ LayoutConfig :: struct {
sizing: Sizing,
padding: Padding,
childGap: u16,
layoutDirection: LayoutDirection,
childAlignment: ChildAlignment,
layoutDirection: LayoutDirection,
}
ClayArray :: struct($type: typeid) {

Binary file not shown.

Binary file not shown.

Binary file not shown.