Browse Source

Disable window when building docs;

bjorn 2 years ago
parent
commit
b99eb0c6d2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api/conf.lua

+ 1 - 0
api/conf.lua

@@ -2,4 +2,5 @@ function lovr.conf(t)
   t.modules.audio = false
   t.modules.graphics = false
   t.modules.headset = false
+  t.window = nil
 end