godot/modules/websocket/config.py
Fabio Alessandrelli 6a644d3ee1 Add websocket module.
Webassembly is client-only for obvious reasons.
Other platforms support both client and server using libwebsockets.
2018-02-06 14:10:13 +01:00

8 lines
73 B
Python

def can_build(platform):
return True
def configure(env):
pass