# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bevy-steamworks" version = "0.12.0" authors = ["james7132 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Bevy plugin for integrating with the Steamworks SDK." readme = "README.md" keywords = [ "bevy", "gamedev", "steam", ] license = "MIT OR Apache-2.0" repository = "https://github.com/HouraiTeahouse/bevy-steamworks" [lib] name = "bevy_steamworks" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.bevy_app] version = "0.14" [dependencies.bevy_ecs] version = "0.14" [dependencies.bevy_log] version = "0.14" [dependencies.bevy_utils] version = "0.14" [dependencies.steamworks] version = "0.11" [dev-dependencies.bevy] version = "0.14" [features] default = [] serde = ["steamworks/serde"]