diff options
| author | Matthew Collins <[email protected]> | 2017-09-06 21:00:38 +0100 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2017-09-06 21:00:38 +0100 |
| commit | 56d42212176597350764664ea7afe9c980c44064 (patch) | |
| tree | 372cff43e97c18f5f361669f696f6192308881e4 /Cargo.toml | |
| parent | Handle the fact windows 64 bit uses a different library name than other platf... (diff) | |
| download | steamworks-rs-56d42212176597350764664ea7afe9c980c44064.tar.xz steamworks-rs-56d42212176597350764664ea7afe9c980c44064.zip | |
Initial steam callbacks work
The callback system requires the use of C++ classes. I've ended
up linking a static lib that forwards a rust closure to a C++
class.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,4 +11,5 @@ members = [ [dependencies] steamworks-sys = {path = "./steamworks-sys"} error-chain = "0.11.0" -bitflags = "0.9.1"
\ No newline at end of file +bitflags = "0.9.1" +libc = "0.2"
\ No newline at end of file |