From 81ddefbe6103de38937a6f4c13d7900c43896ac2 Mon Sep 17 00:00:00 2001 From: GuilhermeWerner <26710260+GuilhermeWerner@users.noreply.github.com> Date: Tue, 21 Sep 2021 18:43:04 -0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 47c4c9a..518ffe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,5 @@ crate-type = ["cdylib", "rlib"] path = "Source/lib.rs" [dependencies] -#tribufu = { path = "../DevKit" } +#tribufu = { path = "../DevKit.Rs" } jni = "0.19.0" - -[build-dependencies] -alnilam-build = { path = "../Engine/Source/Build" }