]> O.S.I.I.S - jp/vkvg.git/commit
vkvg-svg library integration
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 6 Jan 2022 17:24:02 +0000 (18:24 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 6 Jan 2022 17:24:02 +0000 (18:24 +0100)
commitca8010bf87a91fea71df17fe18cef3c8cb381087
tree880a5873a0e2b39481c54e843839d6a08b0cda09
parent9f0b74c3fcaceeb42771be6b0956a74c8941f944
vkvg-svg library integration
13 files changed:
CMakeLists.txt
Findvkvg.cmake [new file with mode: 0644]
cmake/GitSubmoduleUpdate.cmake [new file with mode: 0644]
external/vkvg-svg
include/vkvg-nsvg.h [deleted file]
include/vkvg-svg.h [new file with mode: 0644]
src/nanosvg.h [deleted file]
src/nsvg/nanosvg.h [new file with mode: 0644]
src/nsvg/vkvg_nsvg.c [new file with mode: 0644]
src/vkvg_context.c
src/vkvg_nsvg.c [deleted file]
tests/CMakeLists.txt
tests/svg.c