aboutsummaryrefslogtreecommitdiff
path: root/steamworks-sys/Cargo.toml
blob: e46410d895f8c331cf91d2facab65c015f1d7f40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "steamworks-sys"
version = "0.3.1"
authors = ["Thinkofname"]
build = "build.rs"
description = "Provides raw bindings to the steamworks sdk"
license = "MIT / Apache-2.0"
repository = "https://github.com/Thinkofname/steamworks-rs"
documentation = "https://docs.rs/steamworks-sys"

[package.metadata.docs.rs]
features = [ "docs-only" ]


[features]
default = []
# Skip looking for the steamworks sdk for docs builds
docs-only = []


[dependencies]
libc = "0.2.50"

[build-dependencies]
cc = "1.0.31"
bindgen = {git = "https://github.com/rust-lang/rust-bindgen.git"} # "0.48.1"
serde = "1.0.89"
serde_derive = "1.0.89"
serde_json = "1.0.39"