arcadia-unity / ArcadiaGodot

Other
174 stars 14 forks source link

Support dependency management #21

Open kwrooijen opened 3 years ago

kwrooijen commented 3 years ago

How is this managed in Arcadia? Do they have a :dependencies key in configuration.edn or do they use project.clj?

selfsame commented 3 years ago

Arcadia has a Leiningen style package manager that uses project.clj files (see https://github.com/arcadia-unity/Arcadia/blob/master/Source/arcadia/internal/packages.clj and https://github.com/arcadia-unity/Arcadia/blob/master/Source/arcadia/internal/leiningen.clj)

I would likely merge a PR that brought that into ArcadiaGodot but switched to a :deps key in configuration.edn AND that was relatively self contained in a single namespace