blob: 24c4a81bde589226734aa9f129e62f125ebbe088 (
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
|
[package]
name = "steamworks-sys"
version = "0.7.0"
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"
edition = "2018"
[package.metadata.docs.rs]
features = [ "docs-only" ]
[features]
default = []
# Skip looking for the steamworks sdk for docs builds
docs-only = []
[dependencies]
[build-dependencies]
bindgen = "0.58.0"
|