Skip to content

Commit

Permalink
regenerate bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
lelongg committed Nov 28, 2021
1 parent 143e0a0 commit 1ae8e8e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
in with pkgs; {
devShell = mkShell {
buildInputs = [ clang openssl pkgconfig rustStable cargo-release ];
LIBCLANG_PATH = "${llvmPackages.libclang}/lib";
LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
};
});
}
14 changes: 13 additions & 1 deletion generated/bindings.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.59.1 */
/* automatically generated by rust-bindgen 0.59.2 */

pub const ClipType_ctIntersection: ClipType = 0;
pub const ClipType_ctUnion: ClipType = 1;
Expand Down Expand Up @@ -172,6 +172,18 @@ extern "C" {
clip_fill_type: PolyFillType,
) -> Polygons;
}
extern "C" {
pub fn offset_simplify_clean(
polygons: Polygons,
miter_limit: f64,
round_precision: f64,
join_type: JoinType,
end_type: EndType,
delta: f64,
fill_type: PolyFillType,
distance: f64,
) -> Polygons;
}
extern "C" {
pub fn offset(
miter_limit: f64,
Expand Down

0 comments on commit 1ae8e8e

Please sign in to comment.