aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2017-09-06 21:00:38 +0100
committerMatthew Collins <[email protected]>2017-09-06 21:00:38 +0100
commit56d42212176597350764664ea7afe9c980c44064 (patch)
tree372cff43e97c18f5f361669f696f6192308881e4 /Cargo.toml
parentHandle the fact windows 64 bit uses a different library name than other platf... (diff)
downloadsteamworks-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.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 01d1b33..6c80b8f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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