mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-14 10:18:03 +00:00
Update odin bindings
This commit is contained in:
parent
90b4b0de26
commit
d826187b50
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,4 +3,5 @@ cmake-build-release/
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.idea/
|
.idea/
|
||||||
build/
|
build/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
*.dSYM
|
||||||
|
@ -97,7 +97,7 @@ TextElementConfig :: struct {
|
|||||||
fontId: u16,
|
fontId: u16,
|
||||||
fontSize: u16,
|
fontSize: u16,
|
||||||
letterSpacing: u16,
|
letterSpacing: u16,
|
||||||
lineSpacing: u16,
|
lineHeight: u16,
|
||||||
wrapMode: TextWrapMode,
|
wrapMode: TextWrapMode,
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -234,8 +234,8 @@ LayoutConfig :: struct {
|
|||||||
sizing: Sizing,
|
sizing: Sizing,
|
||||||
padding: Padding,
|
padding: Padding,
|
||||||
childGap: u16,
|
childGap: u16,
|
||||||
layoutDirection: LayoutDirection,
|
|
||||||
childAlignment: ChildAlignment,
|
childAlignment: ChildAlignment,
|
||||||
|
layoutDirection: LayoutDirection,
|
||||||
}
|
}
|
||||||
|
|
||||||
ClayArray :: struct($type: typeid) {
|
ClayArray :: struct($type: typeid) {
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user