Skip to content

Commit

Permalink
Update to occt-sys 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bschwind committed Aug 31, 2024
1 parent f0bb834 commit 7ebaba5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/opencascade-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cxx = "1"
[build-dependencies]
cmake = "0.1"
cxx-build = "1"
occt-sys = { version = "0.5", optional = true }
occt-sys = { version = "0.5.1", optional = true }

[features]
builtin = ["occt-sys"]
4 changes: 4 additions & 0 deletions crates/opencascade-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const OCCT_VERSION: (u8, u8) = (7, 8);
const OCCT_LIBS: &[&str] = &[
"TKMath",
"TKernel",
"TKDE",
"TKFeat",
"TKGeomBase",
"TKG2d",
Expand All @@ -24,6 +25,9 @@ const OCCT_LIBS: &[&str] = &[
"TKBO",
"TKOffset",
"TKXSBase",
"TKCAF",
"TKLCAF",
"TKXCAF",
];

fn main() {
Expand Down

0 comments on commit 7ebaba5

Please sign in to comment.