[all] fixes for windows

This commit is contained in:
2019-09-03 20:56:23 +03:00
parent 414099bd67
commit 7fa0174a7b
11 changed files with 117 additions and 69 deletions

8
example/package.json Normal file → Executable file
View File

@@ -4,11 +4,11 @@
"devDependencies": {
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-haxetool": "^0.0.21"
"gulp-haxetool": "^0.1.0"
},
"haxeDependencies": {
"lime": "6.0.1",
"openfl": "7.0.0",
"hxcpp": "3.4.188"
"lime": "7.6.0",
"openfl": "8.9.2",
"hxcpp": "4.0.19"
}
}