Merge pull request #39 from ckiee/workaround-bindgen-cxx-comments

Workaround bindgen comment rusting bug
This commit is contained in:
htrefil 2023-08-19 15:25:58 +02:00 committed by GitHub
commit 0b57699313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,3 +19,6 @@ thiserror = "1.0.40"
[build-dependencies]
bindgen = "0.65.1"
pkg-config = "0.3.19"
[lib]
doctest = false