@thi.ng/imgui 3.2.61 → 3.2.62

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/imgui",
3
- "version": "3.2.61",
3
+ "version": "3.2.62",
4
4
  "description": "Immediate mode GUI with flexible state handling & data only shape output",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -42,7 +42,7 @@
42
42
  "dependencies": {
43
43
  "@thi.ng/api": "^8.12.14",
44
44
  "@thi.ng/checks": "^3.8.4",
45
- "@thi.ng/geom": "^8.3.14",
45
+ "@thi.ng/geom": "^8.3.15",
46
46
  "@thi.ng/geom-isec": "^4.0.76",
47
47
  "@thi.ng/layout": "^4.1.2",
48
48
  "@thi.ng/math": "^5.15.3",
@@ -163,5 +163,5 @@
163
163
  ],
164
164
  "year": 2019
165
165
  },
166
- "gitHead": "4bd1b9d8ae52ba32b90a1b9a55d329c708ca7865\n"
166
+ "gitHead": "952667d049058f7b344fb63a2abcff2a0ac147b5\n"
167
167
  }