deno-windowing / dwm

Deno Window Manager: Cross-platform window creation and management
https://deno.land/x/dwm
Apache License 2.0
138 stars 10 forks source link

chore(readme): bump dwm version to 0.3.3 #28

Closed hashrock closed 10 months ago

hashrock commented 10 months ago

This PR fixes Module not found error in snippets on readme.

hash@hashnoMacBook-Air dwm % deno run -A --unstable test.ts 
error: Module not found "https://glfw-binaries.deno.dev/3.4.0-patch1/glfw3_darwin.js".
    at https://deno.land/x/dwm@0.3.0/src/platform/glfw/ffi.ts:2:20
hash@hashnoMacBook-Air dwm % 
load1n9 commented 10 months ago

LGTM