We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b4b0d commit d826187Copy full SHA for d826187
.gitignore
@@ -3,4 +3,5 @@ cmake-build-release/
3
.DS_Store
4
.idea/
5
build/
6
-node_modules/
+node_modules/
7
+*.dSYM
bindings/odin/clay-odin/clay.odin
@@ -97,7 +97,7 @@ TextElementConfig :: struct {
97
fontId: u16,
98
fontSize: u16,
99
letterSpacing: u16,
100
- lineSpacing: u16,
+ lineHeight: u16,
101
wrapMode: TextWrapMode,
102
}
103
@@ -234,8 +234,8 @@ LayoutConfig :: struct {
234
sizing: Sizing,
235
padding: Padding,
236
childGap: u16,
237
- layoutDirection: LayoutDirection,
238
childAlignment: ChildAlignment,
+ layoutDirection: LayoutDirection,
239
240
241
ClayArray :: struct($type: typeid) {
bindings/odin/clay-odin/linux/clay.a
2.08 KB
bindings/odin/clay-odin/macos-arm64/clay.a
1.36 KB
bindings/odin/clay-odin/macos/clay.a
1.7 KB
bindings/odin/clay-odin/wasm/clay.o
3.32 KB
bindings/odin/clay-odin/windows/clay.lib
2.54 KB
0 commit comments