Skip to content

Commit 47c890e

Browse files
committed
Merge ceifa/steamworks.js PR ceifa#196 steamworks-rs 0.12.1
2 parents ac627cc + bdedd8c commit 47c890e

File tree

14 files changed

+53
-42
lines changed

14 files changed

+53
-42
lines changed

Cargo.lock

Lines changed: 19 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ napi = { version = "2.16.8", features = ["tokio_rt", "napi6", "serde-json"] }
1111
napi-derive = "2.16.9"
1212
lazy_static = "1"
1313
tokio = { version = "1", features = ["sync", "time"] }
14-
steamworks = { git = "https://github.com/Noxime/steamworks-rs/", rev = "5fc8ef13d52e82068f031535446d786cf0bd60a8", features = ["serde"] }
14+
steamworks = { git = "https://github.com/Noxime/steamworks-rs/", rev = "40a457a61f5ef714d93804e51e0c5e3d405145a3", features = ["serde"] }
1515
serde = "1"
1616
serde_json = "1"
1717

client.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ export declare namespace workshop {
338338
* Get all subscribed workshop items.
339339
* @returns an array of subscribed workshop item ids
340340
*/
341-
export function getSubscribedItems(): Array<bigint>
341+
export function getSubscribedItems(includeLocallyDisabled: boolean): Array<bigint>
342342
export const enum UGCQueryType {
343343
RankedByVote = 0,
344344
RankedByPublicationDate = 1,
-7.7 KB
Binary file not shown.
3.41 KB
Binary file not shown.
-190 KB
Binary file not shown.

sdk/redistributable_bin/steam_api.dll

12.7 KB
Binary file not shown.

sdk/redistributable_bin/steam_api.lib

6.31 KB
Binary file not shown.
18.7 KB
Binary file not shown.
6.26 KB
Binary file not shown.

0 commit comments

Comments
 (0)