plusui-native-core 0.1.31 → 0.1.32

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.
@@ -24,7 +24,6 @@ add_library(plusui STATIC
24
24
  Features/Bindings/CustomBindings/custom_bindings.cpp
25
25
  Features/App/app.cpp
26
26
  Features/Window/window.cpp
27
- Features/Window/window_manager.cpp
28
27
  Features/Window/webview.cpp
29
28
  Features/Browser/browser.cpp
30
29
  Features/Display/display.cpp
@@ -6,8 +6,6 @@
6
6
  #include <plusui/app.hpp>
7
7
  #include <plusui/tray.hpp>
8
8
  #include <plusui/window.hpp>
9
- #include <plusui/window.hpp>
10
- #include <plusui/window_manager.hpp>
11
9
 
12
10
  namespace plusui {
13
11
 
@@ -3,7 +3,6 @@
3
3
 
4
4
  #include "tray.hpp"
5
5
  #include "window.hpp"
6
- #include "window_manager.hpp"
7
6
  #include <functional>
8
7
  #include <future>
9
8
  #include <memory>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plusui-native-core",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "PlusUI Core framework (frontend + backend implementations)",
5
5
  "type": "module",
6
6
  "files": [