clay/src/render.c
Gwendolyn d89ef83551 Reworked property system completely.
Properties can now have values of different types, and they are registered with their name, either to a layout class or globally.
Layout classes are also registered with their name.
2023-02-08 01:09:21 +01:00

9 lines
90 B
C

#include "clay.h"
void clay_render_to_png(clay doc, const char *path) {
// todo
}