Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simpler JSON implementation #1245

Merged
merged 25 commits into from
Jun 14, 2021
Merged
1 change: 0 additions & 1 deletion libs/yocto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ add_library(yocto
yocto_scene.h yocto_scene.cpp
yocto_trace.h yocto_trace.cpp
yocto_sceneio.h yocto_sceneio.cpp
yocto_json.h yocto_json.cpp
yocto_cli.h yocto_cli.cpp
ext/stb_image.h ext/stb_image_resize.h ext/stb_image_write.h ext/stb_image.cpp
ext/json.hpp
Expand Down
Loading