mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -06:00
10 lines
128 B
Plaintext
10 lines
128 B
Plaintext
-- Circular Dependencies
|
|
return {
|
|
ScenePath = ".",
|
|
Modules = {
|
|
"common",
|
|
"circular-dependency"
|
|
}
|
|
}
|
|
|