# 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 = "steam-audio" version = "0.3.0" authors = ["Connor McCluskey "] description = "Rust wrapper for Valve Software's binaural audio rendering library." readme = "README.md" keywords = [ "steam", "audio", "vr", "binaural", "gamedev", ] categories = [ "multimedia::audio", "games", "simulation", ] license-file = "LICENSE.md" repository = "https://github.com/aceeri/steam-audio-rs.git" resolver = "2" [[example]] name = "wrapper" path = "examples/wrapper.rs" [dependencies.bitflags] version = "1.3.2" [dependencies.glam] version = "0.20.2" [dependencies.lewton] version = "0.10.2" [dependencies.steam-audio-sys] version = "0.3.0" [dev-dependencies]