We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0b848 commit eb16ef1Copy full SHA for eb16ef1
package.json
@@ -6,8 +6,9 @@
6
"scripts": {
7
"clean": "turbo run clean",
8
"dev": "turbo run dev",
9
+ "build-gl": "turbo run build --filter=maptalks-gl",
10
"build-gpu": "turbo run build --filter=maptalks-gpu",
- "build": "turbo run build --filter=maptalks-gl",
11
+ "build": "turbo run build --filter=maptalks-gl --filter=maptalks-gpu",
12
"build-all": "turbo run build",
13
"build-dev": "turbo run build-dev*",
14
"lint": "turbo run lint",
packages/gpu/CHANGELOG.md
@@ -0,0 +1,13 @@
1
+# @maptalks/gpu
2
+
3
+## 0.110.0
4
5
+### Minor Changes
+- add gpu and maptalks-gpu packages and fix some bugs
+### Patch Changes
+- Updated dependencies
+ - maptalks@1.4.6
+ - @maptalks/gltf-loader@0.103.0
0 commit comments