refactor: update dependencies

This commit is contained in:
2023-01-01 13:33:34 +03:00
parent ee846f6219
commit 1cfc98dd57
9 changed files with 4897 additions and 3493 deletions

11
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"haxe.executable": {
"path": "/home/shmyga/sdk/haxe/4.2.5/haxe",
"env": {
"HAXE_STD_PATH": "/home/shmyga/sdk/haxe/4.2.5/std",
},
},
"haxe.configurations": [
["build/client/flash/haxe/debug.hxml"]
]
}