This commit is contained in:
2026-09-24 23:28:01 -03:00
parent 79faa556de
commit bb42dd662e
73 changed files with 2349 additions and 34 deletions
Generated
+11 -2
View File
@@ -3,6 +3,7 @@
"specifiers": {
"jsr:@gfx/canvas-wasm@~0.4.2": "0.4.2",
"jsr:@paulaboks/rng@^0.0.3": "0.0.3",
"jsr:@std/assert@1": "1.0.14",
"jsr:@std/cli@^1.0.27": "1.0.27",
"jsr:@std/encoding@1.0.5": "1.0.5",
"jsr:@std/encoding@^1.0.10": "1.0.10",
@@ -12,6 +13,7 @@
"jsr:@std/html@^1.0.5": "1.0.5",
"jsr:@std/http@*": "1.0.24",
"jsr:@std/http@^1.0.23": "1.0.24",
"jsr:@std/internal@^1.0.10": "1.0.12",
"jsr:@std/internal@^1.0.12": "1.0.12",
"jsr:@std/media-types@^1.1.0": "1.1.0",
"jsr:@std/net@^1.0.6": "1.0.6",
@@ -30,6 +32,12 @@
"@paulaboks/rng@0.0.3": {
"integrity": "8d2571f9f406dab2674178f4034825cc654c5a52aa7c2a176a25f8b713eee202"
},
"@std/assert@1.0.14": {
"integrity": "68d0d4a43b365abc927f45a9b85c639ea18a9fab96ad92281e493e4ed84abaa4",
"dependencies": [
"jsr:@std/internal@^1.0.10"
]
},
"@std/cli@1.0.27": {
"integrity": "eba97edd0891871a7410e835dd94b3c260c709cca5983df2689c25a71fbe04de"
},
@@ -45,7 +53,7 @@
"@std/fs@1.0.23": {
"integrity": "3ecbae4ce4fee03b180fa710caff36bb5adb66631c46a6460aaad49515565a37",
"dependencies": [
"jsr:@std/internal",
"jsr:@std/internal@^1.0.12",
"jsr:@std/path"
]
},
@@ -78,7 +86,7 @@
"@std/path@1.1.4": {
"integrity": "1d2d43f39efb1b42f0b1882a25486647cb851481862dc7313390b2bb044314b5",
"dependencies": [
"jsr:@std/internal"
"jsr:@std/internal@^1.0.12"
]
},
"@std/streams@1.1.2": {
@@ -98,6 +106,7 @@
"dependencies": [
"jsr:@gfx/canvas-wasm@~0.4.2",
"jsr:@paulaboks/rng@^0.0.3",
"jsr:@std/assert@1",
"jsr:@std/fs@^1.0.23",
"jsr:@std/http@^1.0.23",
"npm:gl-matrix@^3.4.4",