[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"