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"