diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md new file mode 100644 index 0000000..8ef8ebe --- /dev/null +++ b/DEVELOPMENT.md @@ -0,0 +1,10 @@ +# Development related notices + + +Bindings were generated with the following command: + +```sh +bindgen --distrust-clang-mangling --blocklist-type max_align_t wrapper.h -- -I PROJSRC/proj-9.4.0/src +``` + +If you update the above command line you also need to update the arguments for the buildtime_bindgen feature in `build.rs` diff --git a/proj-sys/build.rs b/proj-sys/build.rs index 0640cdd..0bd07e2 100644 --- a/proj-sys/build.rs +++ b/proj-sys/build.rs @@ -59,6 +59,9 @@ fn generate_bindings(include_path: std::path::PathBuf) -> Result<(), Box