fantasy-console/deps.ts
2023-04-28 20:01:48 -07:00

7 lines
182 B
TypeScript

export {
createWindow,
getProcAddress,
mainloop,
DwmWindow,
} from "https://deno.land/x/dwm@0.3.3/mod.ts";
export * as gl from "https://deno.land/x/gluten@0.1.6/api/gles23.2.ts";