add flatbuffers support and initial rewrite
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
b5852698e3
commit
70820129ae
72 changed files with 3929 additions and 1403 deletions
12
include/ikarus/models/blueprint.fbs
Normal file
12
include/ikarus/models/blueprint.fbs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
include "property.fbs";
|
||||
|
||||
namespace Ikarus;
|
||||
|
||||
table Blueprint {
|
||||
id: int64;
|
||||
name: string;
|
||||
description: string;
|
||||
tags: [string];
|
||||
}
|
||||
|
||||
root_type Blueprint;
|
||||
Loading…
Add table
Add a link
Reference in a new issue