initial commit

This commit is contained in:
mikhail "synzr" 2025-12-25 01:37:49 +05:00
commit 9d20827c46
2469 changed files with 470994 additions and 0 deletions

11
third-party/JsonQt/COMPATIBILITY vendored Normal file
View file

@ -0,0 +1,11 @@
The 0.1.0 API is aimed to be the 1.0.0 API.
From 1.0.0, JsonQt will follow the normal standards for API and ABI
compatability between versions:
- Anything built against a specific version should work with any later version
with the same major version; for example, something built against 1.0.0
should work with 1.1.0.
- New features that don't break backwards compatability will result in a bump of
the minor version; this should mean that anything built against version
a.b.c will work with any a.b.* version.