@gjsify/webgl 0.0.3 → 0.0.4

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,3 +1,4 @@
1
+ /// <reference types="@girs/gtk-4.0/ambient" />
1
2
  import Gtk from 'gi://Gtk?version=4.0';
2
3
  import { GjsifyWebGLRenderingContext } from './webgl-rendering-context.js';
3
4
  export interface GjsifyHTMLCanvasElement extends HTMLCanvasElement {
@@ -1,3 +1,4 @@
1
+ /// <reference types="@girs/gdkpixbuf-2.0/ambient" />
1
2
  import '@girs/gdkpixbuf-2.0';
2
3
  import Gwebgl from '@girs/gwebgl-0.1';
3
4
  import GdkPixbuf from 'gi://GdkPixbuf?version=2.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/webgl",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "WebGL module for Gjs",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",
@@ -36,19 +36,19 @@
36
36
  "WebGL"
37
37
  ],
38
38
  "devDependencies": {
39
- "@gjsify/cli": "^0.0.3",
40
- "@gjsify/unit": "^0.0.3",
41
- "@types/node": "^20.3.1",
42
- "typescript": "^5.1.3"
39
+ "@gjsify/cli": "^0.0.4",
40
+ "@gjsify/unit": "^0.0.4",
41
+ "@types/node": "^20.10.5",
42
+ "typescript": "^5.3.3"
43
43
  },
44
44
  "dependencies": {
45
- "@girs/gio-2.0": "2.76.1-3.1.0",
46
- "@girs/gjs": "^3.1.0",
47
- "@girs/gtk-4.0": "4.10.4-3.1.0",
45
+ "@girs/gio-2.0": "2.78.0-3.2.6",
46
+ "@girs/gjs": "^3.2.6",
47
+ "@girs/gtk-4.0": "4.12.3-3.2.6",
48
48
  "@girs/gwebgl-0.1": "^0.1.0-3.1.0",
49
- "@gjsify/html-image-element": "^0.0.3",
50
- "@gjsify/utils": "^0.0.3",
51
- "@types/bit-twiddle": "^1.0.1",
49
+ "@gjsify/html-image-element": "^0.0.4",
50
+ "@gjsify/utils": "^0.0.4",
51
+ "@types/bit-twiddle": "^1.0.3",
52
52
  "bit-twiddle": "^1.0.2",
53
53
  "glsl-tokenizer": "^2.1.5"
54
54
  }