mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -06:00
12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
-- Multiple Dependencies
|
|
return {
|
|
ScenePath = ".",
|
|
CommonFolder = "common",
|
|
Modules = {
|
|
"multiple-dependencies",
|
|
"no-dependency",
|
|
"direct-dependency"
|
|
}
|
|
}
|
|
|