plusui-native-core 0.1.70 → 0.1.72

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.
@@ -1,4 +1,10 @@
1
1
  cmake_minimum_required(VERSION 3.16)
2
+
3
+ # Enable modern MSVC debug information format (needed for /Z7 embedded debug)
4
+ if(POLICY CMP0141)
5
+ cmake_policy(SET CMP0141 NEW)
6
+ endif()
7
+
2
8
  project(PlusUI VERSION 0.1.0 LANGUAGES CXX)
3
9
 
4
10
  set(CMAKE_CXX_STANDARD 20)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plusui-native-core",
3
- "version": "0.1.70",
3
+ "version": "0.1.72",
4
4
  "description": "PlusUI Core framework (frontend + backend implementations)",
5
5
  "type": "module",
6
6
  "exports": {