mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Fix panic when getting avatar in steamworks-rs
This commit is contained in:
parent
59e71125d4
commit
3516ada5ef
3 changed files with 13 additions and 7 deletions
|
@ -25,7 +25,7 @@ serde = { version = "1.0.207", features = ["serde_derive", "derive"] }
|
|||
bitcode = "0.6.0"
|
||||
lz4_flex = { version = "0.11.3", default-features = false, features = ["std"]}
|
||||
rand = "0.8.5"
|
||||
steamworks = "0.11.0"
|
||||
steamworks = { git = "https://github.com/IntQuant/steamworks-rs" }
|
||||
crossbeam = { version = "0.8.4", features = ["crossbeam-channel"] }
|
||||
clipboard = "0.5.0"
|
||||
socket2 = { version = "0.5.7", features = ["all"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue