mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-13 01:38: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
|
||||
.idea/
|
||||
build/
|
||||
node_modules/
|
||||
node_modules/
|
||||
*.dSYM
|
||||
|
@ -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.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user