Skip to content

Dependencies from crux.land no longer load #21

@trullmite

Description

@trullmite

See title, it seems that the crux.land service no longer is hosting dependencies:

~/workspace/webgpu-examples/skybox$ deno run --allow-import=crux.land,deno.land,jsr.io mod.ts 
error: Import 'https://crux.land/api/get/2arQ9t.ts' failed.
    0: error sending request for url (https://crux.land/api/get/2arQ9t.ts): client error (Connect): tcp connect error: Connection refused (os error 111)
    1: client error (Connect)
    2: tcp connect error
    3: Connection refused (os error 111)
    at file:///config/workspace/webgpu-examples/skybox/mod.ts:3:21

Via deno.json, we seem to use this site for dds and png dependencies:

{
  "tasks": {
    "run": "deno run -A run.ts"
  },
  "imports": {
    "dax": "jsr:@david/dax@^0.41.0",
    "dds": "https://crux.land/dds@0.0.1",
    "gmath": "https://deno.land/x/gmath@0.1.11/mod.ts",
    "obj": "https://crux.land/obj@0.0.2",
    "png": "https://deno.land/x/pngs@0.1.1/mod.ts",
    "std/webgpu": "jsr:@std/webgpu@^0.224.0"
  }
}

I'm new to deno, so let me know if an issue at https://github.com/denosaurs/crux.land would be better, or if there's some central registry or easy way to mirror these packages ourselves.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions