Skip to content

Commit

Permalink
first working version
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Apr 26, 2024
1 parent ed02ef6 commit 9d318dd
Show file tree
Hide file tree
Showing 11 changed files with 536 additions and 101 deletions.
174 changes: 173 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ tempfile = "3.0"
url = { version = "2.5", features = ["serde"] }
anyhow = "1.0"
versions = { git = "https://github.com/tanneberger/rs-versions.git", features = ["serde"]}
log = "0.4.21"
log = "0.4"
sha1dir = "1.0"
26 changes: 11 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 1 addition & 11 deletions src/backends/cmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,7 @@ fn gen_cmake_files(app: &App, options: &BuildCommandOptions) -> BuildResult {
}

fn do_cmake_build(results: &mut BatchBuildResults, options: &BuildCommandOptions) {
/*results.map(|app| {
DependencyManager::new(
app.dependencies
.clone()
.into_iter()
.collect::<Vec<(String, PackageDetails)>>(),
)
.pull_dependencies(&app.output_root)?;
Ok(())
});
*/


// open lingo.toml of the dependency
// read the version
Expand Down
Loading

0 comments on commit 9d318dd

Please sign in to comment.