-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
25 lines (25 loc) · 938 Bytes
/
deno.json
File metadata and controls
25 lines (25 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"imports": {
"three": "https://cdn.jsdelivr.net/gh/mrdoob/three.js@r175/src/Three.WebGPU.js",
"three/webgpu": "https://cdn.jsdelivr.net/gh/mrdoob/three.js@r175/src/Three.WebGPU.js",
"three/addons": "https://cdn.jsdelivr.net/gh/mrdoob/three.js@r175/examples/jsm/Addons.js",
"three/addons/": "https://cdn.jsdelivr.net/gh/mrdoob/three.js@r175/examples/jsm/",
"three/src/": "https://cdn.jsdelivr.net/gh/mrdoob/three.js@r175/src/",
"three/tsl": "https://cdn.jsdelivr.net/gh/mrdoob/three.js@r175/src/Three.TSL.js",
"deno_sdl2": "jsr:@divy/sdl2@0.15.0",
"stats-gl": "https://cdn.jsdelivr.net/npm/stats-gl@3.6.0/dist/main.js",
"linkedom": "npm:linkedom@0.18.12"
},
"unstable": [
"webgpu",
"ffi"
],
"lint": {
"exclude": [
"**/*.js"
],
"rules": {
"exclude": ["no-window"]
}
}
}