wew 0.1.0

Cross-platform WebView rendering library for rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "version": "1.0.0",
    "description": "",
    "private": true,
    "scripts": {
        "fmt": "cargo +nightly fmt"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/mycrl/wew.git"
    },
    "author": "Mr.Panda",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/mycrl/wew/issues"
    },
    "homepage": "https://github.com/mycrl/wew#readme"
}