From 0883ee7ce77df4649f8a4fc10bd22164649e2883 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 16 Jul 2023 10:39:26 +0200 Subject: Added flatcc (C flatbuffers implementation). * lightweight && faster than protocol buffers as well as it's C implementation (protobuf-c) Signed-off-by: Toni Uhlig --- flatcc/update.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 flatcc/update.sh (limited to 'flatcc/update.sh') diff --git a/flatcc/update.sh b/flatcc/update.sh new file mode 100755 index 0000000..fb66a0b --- /dev/null +++ b/flatcc/update.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env sh + +set -e +set -x + +git subtree pull --squash --prefix=flatcc https://github.com/dvidelabs/flatcc.git master -- cgit v1.2.3