reintroduce generic mobile vr interface
This commit is contained in:
6
modules/mobile_vr/config.py
Normal file
6
modules/mobile_vr/config.py
Normal file
@ -0,0 +1,6 @@
|
||||
def can_build(platform):
|
||||
# should probably change this to only be true on iOS and Android
|
||||
return True
|
||||
|
||||
def configure(env):
|
||||
pass
|
||||
Reference in New Issue
Block a user