Skip to content

Commit

Permalink
0.0.2 - no const enums
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexus committed Jan 11, 2025
1 parent 84b21c1 commit e6b2c4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "deepnest_clipper2"
version = "0.0.1"
version = "0.0.2"

[lib]
crate-type = ["cdylib"]
Expand Down Expand Up @@ -35,7 +35,7 @@ napi = { version = "2.16.13", features = [
"deferred_trace",
] }
napi-derive = { version = "2.16.13", features = ["type-def"] }
clipper2-sys = { git = "https://github.com/deepnest-next/fork-rust-clipper2-sys", branch = "master" }
clipper2-sys = { git = "https://github.com/songhuaixu/clipper2-sys", branch = "master" }
#geo = "0.29.3"

[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"scripts": {
"artifacts": "napi artifacts",
"build": "napi build --platform --release",
"build:debug": "napi build --platform",
"build": "napi build --platform --release --const-enum false",
"build:debug": "napi build --platform --const-enum false",
"prepublishOnly": "napi prepublish -t npm",
"test": "ava",
"universal": "napi universal",
Expand Down

0 comments on commit e6b2c4b

Please sign in to comment.