phissh_
phissh_
DDeno
Created by phissh_ on 2/9/2025 in #help
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";

1 replies