phissh_
phissh_2w ago

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";

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";

0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?