Using Modules
In your project folder, there is a file called luxe.project/modules.lx.
Dependencies on modules can be added to this file, or added via the launcher. The world tutorial covers this.
For example, if you were using a module called arcade at version 0.0.24 it would look like this:
modules = { luxe = "2025.6.5" arcade = "0.0.24" } //modules