aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Malyavkin <36218761+oniksan@users.noreply.github.com>2018-02-13 08:16:17 +0500
committerGitHub <noreply@github.com>2018-02-13 08:16:17 +0500
commitc95d02f0802b5ccb686b8f541cdb4412f50db2cc (patch)
treeed65c7850f5e4576a449513f84e26196388ee56a
parente34ec6077af141dd5dfc1c334ecdcce3c6b51612 (diff)
downloadprotobuf-c95d02f0802b5ccb686b8f541cdb4412f50db2cc.tar.gz
protobuf-c95d02f0802b5ccb686b8f541cdb4412f50db2cc.tar.bz2
protobuf-c95d02f0802b5ccb686b8f541cdb4412f50db2cc.zip
Update third_party.md
Add GDScript Protobuf implementation
-rw-r--r--docs/third_party.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/third_party.md b/docs/third_party.md
index 1b03b9ff..fa21462f 100644
--- a/docs/third_party.md
+++ b/docs/third_party.md
@@ -39,6 +39,7 @@ These are projects we know about implementing Protocol Buffers for other program
* Erlang: https://code.google.com/p/protoc-gen-erl/
* Erlang: https://github.com/basho/erlang_protobuffs
* Erlang: https://github.com/tomas-abrahamsson/gpb
+* GDScript: https://github.com/oniksan/godobuf (Godot v3 engine plugin)
* Go: https://github.com/golang/protobuf (Google-official implementation)
* Go: https://github.com/akunspy/gopbuf
* Go: https://github.com/gogo/protobuf