diff --git a/Cargo.toml b/Cargo.toml index 84c082bf..81945851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace] resolver = "2" members = [ "./app", "./engine", "./device" ] -exclude = [ "./deps/tengri", "./deps/dizzle" ] +exclude = [ "./tengri", "./dizzle" ] [workspace.package] edition = "2024" @@ -15,14 +15,14 @@ inherits = "test" lto = false [workspace.dependencies.tengri] -path = "./deps/tengri/tengri" +path = "./tengri/tengri" features = [ "tui", "dsl" ] [workspace.dependencies.tengri_proc] -path = "./deps/tengri/proc" +path = "./tengri/proc" [workspace.dependencies.jack] -path = "./deps/rust-jack" +path = "./rust-jack" [workspace.dependencies] tek = { path = "./tek" } diff --git a/shell.nix b/shell.nix index 5f36b882..f40138ad 100755 --- a/shell.nix +++ b/shell.nix @@ -8,6 +8,7 @@ pkgs.freetype pkgs.libclang pkgs.mold + pkgs.cloc ]; buildInputs = [ pkgs.jack2