mirror of
https://github.com/nicbarker/clay.git
synced 2026-04-02 09:24:16 +00:00
[Core] Transition API (#579)
This commit is contained in:
parent
40350e593a
commit
ee192f48c5
13 changed files with 2454 additions and 1077 deletions
|
|
@ -16,6 +16,6 @@ int main(void) {
|
|||
CLAY_AUTO_ID({ .layout = layoutElement, .backgroundColor = {255,255,255,0} }) {
|
||||
CLAY_TEXT(CLAY_STRING(""), CLAY_TEXT_CONFIG({ .fontId = 0 }));
|
||||
}
|
||||
Clay_EndLayout();
|
||||
Clay_EndLayout(0);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue