-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhaxelib.json
More file actions
26 lines (26 loc) · 818 Bytes
/
haxelib.json
File metadata and controls
26 lines (26 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "StageWebView",
"url": "https://github.com/dimensionscapeOrg/stagewebview",
"license": "MIT",
"tags": [
"openfl",
"stagewebview",
"webview",
"webview2",
"hashlink",
"windows",
"chrome",
"chromium",
"browser",
"html",
"web"
],
"description": "Self-contained Windows webview library for Haxe with a public webview.WebView API, an optional OpenFL StageWebView facade, vendored native webview support, direct hxcpp bindings, and a HashLink hdll path.",
"version": "0.6.1",
"classPath": "src",
"releasenote": "Fixes the 0.6.0 runtime packaging issue so StageWebView ships its Windows DLLs and HashLink hdll into the actual build output folders for OpenFL and plain Haxe projects.",
"contributors": [
"Dimensionscape"
],
"dependencies": {}
}