init.lua 250 B

12345678
  1. return {
  2. tag = 'modules',
  3. summary = 'Provides information about the current operating system and platform.',
  4. description = [[
  5. The `lovr.system` provides information about the current operating system, and platform, and
  6. hardware.
  7. ]]
  8. }