plusui-native-core 0.1.11 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54,6 +54,20 @@ target_compile_options(plusui PRIVATE
54
54
  find_package(Threads REQUIRED)
55
55
  target_link_libraries(plusui PRIVATE Threads::Threads)
56
56
 
57
+ # ============================================================
58
+ # nlohmann/json - Required for bindings
59
+ # ============================================================
60
+ include(FetchContent)
61
+
62
+ FetchContent_Declare(
63
+ nlohmann_json
64
+ URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz
65
+ URL_HASH SHA256=d6c65aca6b1ed68e7a182f4757257b107ae403032760ed6ef121c9d55e81757d
66
+ )
67
+
68
+ FetchContent_MakeAvailable(nlohmann_json)
69
+ target_link_libraries(plusui PUBLIC nlohmann_json::nlohmann_json)
70
+
57
71
  # ============================================================
58
72
  # WebGPU: Dawn Library (Optional)
59
73
  # ============================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plusui-native-core",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "PlusUI Core framework (frontend + backend implementations)",
5
5
  "type": "module",
6
6
  "files": [