# 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-rrise" version = "0.2.1" authors = ["David Taralla & Contributors to the Rrise project"] exclude = ["/examples/WwiseProject/Originals"] description = "A Wwise Bevy integration" documentation = "https://dtaralla.github.io/bevy-rrise/" readme = "README.md" keywords = [ "library", "sound", "3D", "wwise", ] categories = [ "multimedia", "game-development", ] license-file = "LICENSE" repository = "https://github.com/dtaralla/bevy-rrise" [[example]] name = "music_visualizer" required-features = [ "cc", "bevy/render", "rrise-headers", "rrise/AkParametricEQFX", ] [[example]] name = "doppler_drone" required-features = [ "cc", "bevy/render", "bevy_easings", "rrise/AkParametricEQFX", ] [dependencies.bevy] version = "0.9" features = ["bevy_asset"] default-features = false [dependencies.bevy_easings] version = "0.9" optional = true [dependencies.cc] version = "1.0.73" optional = true [dependencies.crossbeam-channel] version = "0.5" [dependencies.rrise] version = "0.2" [dependencies.rrise-headers] version = "0.2" optional = true [dependencies.tracing] version = "0.1" features = ["attributes"] [target."cfg(target_os = \"linux\")".dev-dependencies.bevy] version = "0.9" features = ["x11"] default-features = false [target."cfg(windows)".dependencies.raw-window-handle] version = "0.5.0" [target."cfg(windows)".dev-dependencies.bevy] version = "0.9" features = [ "bevy_winit", "bevy_gltf", ] default-features = false