linux flutter example with bridge to rust and build system

This commit is contained in:
John Smith 2022-01-29 13:23:10 -05:00
parent cbffc381c1
commit 0c6aa6d439
14 changed files with 370 additions and 71 deletions

View file

@ -14,7 +14,7 @@ typedef struct wire_StringList {
typedef struct wire_VeilidConfig {
struct wire_uint_8_list *program_name;
struct wire_uint_8_list *namespace_;
struct wire_uint_8_list *veilid_namespace;
bool capabilities__protocol_udp;
bool capabilities__protocol_connect_tcp;
bool capabilities__protocol_accept_tcp;