feat: add unsplash images source

This commit is contained in:
2023-01-05 21:00:40 +03:00
parent 3379eed4a9
commit ac1b9b63a2
15 changed files with 212 additions and 18 deletions

View File

@@ -1,5 +1,10 @@
{
"haxe.enableDiagnostics": true,
"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/app/flash/haxe/debug.hxml"],
],