12 lines
240 B
JSON
12 lines
240 B
JSON
{
|
|
"id": "basics",
|
|
"type": "application",
|
|
"value": {
|
|
"author": "Jane Doe",
|
|
"description": "A simple hello world flecs application",
|
|
"use": [
|
|
"flecs"
|
|
],
|
|
"language": "c++"
|
|
}
|
|
} |