# 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.4.0" authors = ["Fabian 'Salzian' Fritzsche "] description = "Idiomatic FMOD in Bevy" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/salzian/bevy_fmod" [[example]] name = "minimal" [[example]] name = "audio_control" [[example]] name = "spatial" [[example]] name = "parameters" [dependencies.anyhow] version = "1.0" [dependencies.bevy] version = "0.13" features = ["bevy_audio"] default-features = false [dependencies.bevy_mod_sysfail] version = "3.0" [dependencies.libfmod] version = "~2.206.2" [dev-dependencies.bevy] version = "0.13" default-features = true [features] default = [] live-update = []