mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Remove clap dependency of cbindgen
we don't use it, and clap used by cbindgen is an old version resulting in duplicate clap versions being built
This commit is contained in:
parent
bd3219f4e6
commit
5052aa8561
3 changed files with 4 additions and 3 deletions
|
@ -58,6 +58,6 @@ esp-backtrace = { version = "0.7.0", features = ["panic-handler", "print-uart"],
|
|||
|
||||
[build-dependencies]
|
||||
anyhow = "1.0"
|
||||
cbindgen = "0.24"
|
||||
cbindgen = { workspace = true }
|
||||
proc-macro2 = "1.0.11"
|
||||
i-slint-common = { version = "=1.2.0", path="../../internal/common" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue