Skip to content

Commit

Permalink
fix: 修复linux截图为空白问题 (#24)
Browse files Browse the repository at this point in the history
0.1.2
  • Loading branch information
nashaofu committed Mar 29, 2023
1 parent 81bc47c commit 492f10a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ crate-type = ["cdylib"]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.10.16", default-features = false, features = ["napi4"] }
napi-derive = "2.10.1"
screenshots = "0.5.2"
screenshots = "0.5.3"

[build-dependencies]
napi-build = "2.0.1"

[profile.release]
lto = true
lto = true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-screenshots",
"version": "0.1.1",
"version": "0.1.2",
"main": "index.js",
"types": "index.d.ts",
"files": [
Expand Down

0 comments on commit 492f10a

Please sign in to comment.