webview / webview_deno

🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs
https://deno.land/x/webview
MIT License
1.44k stars 75 forks source link

nixos support #162

Closed ZanovelloAlberto closed 1 year ago

ZanovelloAlberto commented 1 year ago

image not sure why running the example give this error, currently figuring out.

EDIT: i needed to clone the repositry and build as described:

deno task build
PLUGIN_URL=./build/
deno run --unstable -A examples/local.ts
eliassjogreen commented 1 year ago

Hmm, you seem to be missing the libwebkitgtk prerequisite. The webkitgtk package may work.

ZanovelloAlberto commented 1 year ago

@eliassjogreen it does