@luma.gl/webgpu 9.0.0-alpha.2 → 9.0.0-alpha.3

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 (2) hide show
  1. package/LICENSE +32 -0
  2. package/package.json +3 -3
package/LICENSE ADDED
@@ -0,0 +1,32 @@
1
+ Copyright (c) 2020 Urban Computing Foundation
2
+
3
+ This software includes parts initially developed by Uber and open sourced under MIT license.
4
+ Copyright (c) 2015 Uber Technologies, Inc.
5
+
6
+ This software includes parts of PhiloGL (https://github.com/philogb/philogl)
7
+ under MIT license. PhiloGL parts Copyright © 2013 Sencha Labs.
8
+
9
+ This software includes adaptations of some postprocessing code from
10
+ THREE.js (https://github.com/mrdoob/three.js/) under MIT license.
11
+ THREE.js parts Copyright © 2010-2018 three.js authors.
12
+
13
+ Additional attribution given in specific source files.
14
+
15
+ Permission is hereby granted, free of charge, to any person obtaining a copy
16
+ of this software and associated documentation files (the "Software"), to deal
17
+ in the Software without restriction, including without limitation the rights
18
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19
+ copies of the Software, and to permit persons to whom the Software is
20
+ furnished to do so, subject to the following conditions:
21
+
22
+ The above copyright notice and this permission notice shall be included in
23
+ all copies or substantial portions of the Software.
24
+
25
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
31
+ THE SOFTWARE.
32
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luma.gl/webgpu",
3
- "version": "9.0.0-alpha.2",
3
+ "version": "9.0.0-alpha.3",
4
4
  "description": "WebGPU adapter for the luma.gl API",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -28,9 +28,9 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.0.0",
31
- "@luma.gl/api": "9.0.0-alpha.2",
31
+ "@luma.gl/api": "9.0.0-alpha.3",
32
32
  "@webgpu/types": "^0.1.9",
33
33
  "probe.gl": "^3.2.1"
34
34
  },
35
- "gitHead": "81e93840f31f0e32f86dfea6b576acf2c2d9caec"
35
+ "gitHead": "3f259d0de774c6b98dd5ded61e64a0bd9f58b61e"
36
36
  }