Skip to content

Commit

Permalink
update packages and add get input type
Browse files Browse the repository at this point in the history
  • Loading branch information
ceifa committed Aug 1, 2024
1 parent 5a1f44f commit 5fd35d9
Show file tree
Hide file tree
Showing 22 changed files with 277 additions and 169 deletions.
132 changes: 84 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
napi = { version = "2.13.1", features = ["tokio_rt", "napi6", "serde-json"] }
napi-derive = "2.13.0"
napi = { version = "2.16.8", features = ["tokio_rt", "napi6", "serde-json"] }
napi-derive = "2.16.9"
lazy_static = "1"
tokio = { version = "1", features = ["sync", "time"] }
steamworks = { version = "0.11.0", features = ["serde"] }
steamworks = { git = "https://github.com/Noxime/steamworks-rs/", rev = "58feb1b85f0cf1ea64ea621f3336d892131c1a6a", features = ["serde"] }
serde = "1"
serde_json = "1"

Expand Down
Loading

0 comments on commit 5fd35d9

Please sign in to comment.