1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00

Add JSONRPC-2.0 implementation as a module

This commit is contained in:
geequlim
2019-06-14 20:11:40 +08:00
parent 3418f76a9e
commit 61ed6efa5b
6 changed files with 325 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
def can_build(env, platform):
return True
def configure(env):
pass