From dbb1d4a8d1199b8abde4bad3b7348e6b8585eac0 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sat, 13 Jun 2020 21:50:11 +0200 Subject: [PATCH] Fix clang dependency --- lvgl-codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lvgl-codegen/Cargo.toml b/lvgl-codegen/Cargo.toml index cdb4e8d..d01fbf9 100644 --- a/lvgl-codegen/Cargo.toml +++ b/lvgl-codegen/Cargo.toml @@ -12,7 +12,7 @@ build = "build.rs" regex = "1.3.9" quote = "1.0.7" lazy_static = "1.4.0" -clang = { path = "../../clang-rs" } +clang = { git = "https://github.com/rafaelcaricio/clang-rs" } itertools = "0.9.0" proc-macro2 = "1.0.18" Inflector = "0.11.4"