Added platforms

main
Tom Peltonen 2024-02-03 16:54:41 +11:00
parent 554ea2b7e8
commit 9b517ea33f
6 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
"name": "android",
"description": "Android platform"
}

View File

@ -0,0 +1,4 @@
{
"name": "*any",
"description": "Any platform"
}

View File

@ -0,0 +1,4 @@
{
"name": "darwin",
"description": "Mac OS platform"
}

View File

@ -0,0 +1,4 @@
{
"name": "linux",
"description": "Generic linux platform"
}

View File

@ -0,0 +1,4 @@
{
"name": "windows",
"description": "Microsoft Windows platform"
}