various: clean up multiplatform mod resolution; add lockfile management
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: If1fed3ad9f9273266ae6e0e24d57b6996a6a6964
This commit is contained in:
parent
6ffcfb5af6
commit
da15ebf9bd
14 changed files with 818 additions and 141 deletions
|
|
@ -237,7 +237,7 @@ pub async fn execute(
|
|||
|
||||
let mut combined_project = projects_to_merge.remove(0);
|
||||
for project in projects_to_merge {
|
||||
combined_project.merge(project);
|
||||
combined_project = combined_project.merged(project)?;
|
||||
}
|
||||
|
||||
// Apply user-specified properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue