# 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_fmod" version = "0.6.0" authors = ["Fabian 'Salzian' Fritzsche "] build = "build.rs" exclude = [ ".cargo", ".github", ".idea", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Idiomatic FMOD in Bevy" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/salzian/bevy_fmod" [lib] name = "bevy_fmod" path = "src/lib.rs" [[example]] name = "audio_control" path = "examples/audio_control.rs" [[example]] name = "minimal" path = "examples/minimal.rs" [[example]] name = "parameters" path = "examples/parameters.rs" [[example]] name = "spatial" path = "examples/spatial.rs" [dependencies.bevy] version = "0.14" default-features = false [dependencies.libfmod] version = "~2.222.6" [dev-dependencies.bevy] version = "0.14" features = [ "bevy_core_pipeline", "bevy_render", "bevy_winit", "multi_threaded", ] [features] default = [] live-update = []