allow static dependencies

This commit is contained in:
2025-03-30 12:01:49 -05:00
parent 6de0e30313
commit a7b809d538
6 changed files with 12 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ namespace Archimedes {
App* app;
std::unordered_map<std::string, std::string> deps;
std::unordered_map<std::string, std::variant<std::string, Archimedes::Module*>> deps;
};
}