foxes.r.coolF
Denoβ€’12mo ago
foxes.r.cool

Module not found "https://glfw-binaries.deno.dev/3.4.0-patch1/glfw3_darwin.js"

Hey, deno couldn't find the glfw3 lib.

import {
    createWindow,
    getPrimaryMonitor,
    getProcAddress,
    mainloop,
    pollEvents,
  } from "https://deno.land/x/dwm@0.3.2/mod.ts";
  import * as gl from "https://deno.land/x/gluten@0.1.3/api/gles23.2.ts";
  import * as imgui from "https://deno.land/x/dimgui@v0.2.0/mod.ts";
  import { 
    Bool, 
    ImGuiConfigFlagBits,
    showWidgetDemoWindow,
  } from "https://deno.land/x/dimgui@v0.2.0/mod.ts";
  
Was this page helpful?