From 2e2ca8d75de7e02fcb8f877cda440677bcaca8aa Mon Sep 17 00:00:00 2001 From: Riccardo Zaglia Date: Fri, 17 Jun 2022 11:41:41 +0200 Subject: [PATCH] Allow using system-wide target dir This is allowed since removing the rust gradle plugin --- .cargo/config.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 3acf8a59..7b771316 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,7 +1,2 @@ [alias] xtask = "run -p alvr_xtask --" - -[build] -# This is just for the android build. This isn't actually needed unless the default target dir has -# been changed system-wise -target-dir = "target" \ No newline at end of file