mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
-- Loading a module with a direct dependency
|
|
return {
|
|
ScenePath = ".",
|
|
CommonFolder = "common",
|
|
Modules = {
|
|
"no-dependency",
|
|
"direct-dependency"
|
|
}
|
|
}
|
|
|