mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-20 13:18:03 +00:00
update odin bindings with new types
This commit is contained in:
parent
583fd74c42
commit
91ef8c7c0d
@ -258,8 +258,8 @@ LayoutConfig :: struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ClayArray :: struct($type: typeid) {
|
ClayArray :: struct($type: typeid) {
|
||||||
capacity: u32,
|
capacity: i32,
|
||||||
length: u32,
|
length: i32,
|
||||||
internalArray: [^]type,
|
internalArray: [^]type,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -20,7 +20,7 @@ FetchContent_MakeAvailable(raylib)
|
|||||||
|
|
||||||
add_executable(clay_examples_raylib_sidebar_scrolling_container main.c multi-compilation-unit.c)
|
add_executable(clay_examples_raylib_sidebar_scrolling_container main.c multi-compilation-unit.c)
|
||||||
|
|
||||||
target_compile_options(clay_examples_raylib_sidebar_scrolling_container PUBLIC -Wall -Werror)
|
target_compile_options(clay_examples_raylib_sidebar_scrolling_container PUBLIC)
|
||||||
target_include_directories(clay_examples_raylib_sidebar_scrolling_container PUBLIC .)
|
target_include_directories(clay_examples_raylib_sidebar_scrolling_container PUBLIC .)
|
||||||
|
|
||||||
target_link_libraries(clay_examples_raylib_sidebar_scrolling_container PUBLIC raylib)
|
target_link_libraries(clay_examples_raylib_sidebar_scrolling_container PUBLIC raylib)
|
||||||
|
Loading…
Reference in New Issue
Block a user