Skip to content

Commit

Permalink
Use custom repo for steamworks-rs until they merge the file_name pr.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frodo45127 committed Mar 3, 2024
1 parent d2b8db7 commit 8217b13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion workshopper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ indicatif = "^0.17"

# Steam Workshop support.
#steamworks = { version = "^0.11", features = ["serde"] }
steamworks = { path = "./../../steamworks-rs", features = ["serde"] }
steamworks = { git = "https://github.com/Frodo45127/steamworks-rs.git", features = ["serde"] }

# Serialization support.
serde = "^1.0"
Expand Down

0 comments on commit 8217b13

Please sign in to comment.