@antv/g-webgpu
Advanced tools
Comparing version 1.7.2 to 1.7.3
@@ -412,3 +412,3 @@ import { Syringe, setDOMSize, inject, CanvasConfig, singleton, ContextService, isString, isBrowser, Module, AbstractRendererPlugin, AbstractRenderer } from '@antv/g'; | ||
var DeviceRendererPlugin = Syringe.defineToken('DeviceRendererPlugin'); | ||
var DeviceRendererPlugin = Syringe.defineToken(''); | ||
@@ -415,0 +415,0 @@ /****************************************************************************** |
@@ -433,3 +433,3 @@ 'use strict'; | ||
var DeviceRendererPlugin = g.Syringe.defineToken('DeviceRendererPlugin'); | ||
var DeviceRendererPlugin = g.Syringe.defineToken(''); | ||
@@ -436,0 +436,0 @@ /****************************************************************************** |
{ | ||
"name": "@antv/g-webgpu", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "A renderer implemented by WebGPU", | ||
@@ -31,7 +31,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@antv/g-plugin-device-renderer": "^1.7.2", | ||
"@antv/g-plugin-dom-interaction": "^1.7.0", | ||
"@antv/g-plugin-html-renderer": "^1.7.0", | ||
"@antv/g-plugin-image-loader": "^1.1.1", | ||
"@antv/g-plugin-webgpu-device": "^1.7.0" | ||
"@antv/g-plugin-device-renderer": "^1.7.3", | ||
"@antv/g-plugin-dom-interaction": "^1.7.1", | ||
"@antv/g-plugin-html-renderer": "^1.7.1", | ||
"@antv/g-plugin-image-loader": "^1.1.2", | ||
"@antv/g-plugin-webgpu-device": "^1.7.1" | ||
}, | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "1f4a67789c9185b1deb2ea85d657f3c6f17475d0" | ||
"gitHead": "f450c50c66b1c5e57bfa9e76d231d0cbbb3643c0" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1154466
19270