electron-sys 0.4.0

Raw bindings to the Electron API for projects using wasm-bindgen.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "private": true,
  "name": "url",
  "version": "0.1.0",
  "author": "Darin Morrison <darinmorrison@users.noreply.github.com>",
  "scripts": {
    "build": "npm run pack-app-main",
    "pack-app-main": "cd crates/app-main && wasm-pack build --target nodejs",
    "start": "electron crates/app-main/pkg/url_app_main.js"
  },
  "dependencies": {
    "electron": "^8.0.0-beta.5"
  }
}