# 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_fundsp" version = "0.4.0" authors = ["Gio Genre De Asis"] description = "A Bevy plugin that integrates FunDSP into Bevy." homepage = "https://github.com/harudagondi/bevy_fundsp" readme = "README.md" keywords = [ "bevy", "fundsp", "audio", "gamedev", "dsp", ] categories = [ "game-development", "multimedia::audio", ] license = "MIT OR Apache-2.0" repository = "https://github.com/harudagondi/bevy_fundsp" [[example]] name = "noise" path = "examples/bevy_audio/noise.rs" required-features = ["bevy_audio"] [[example]] name = "interactive" path = "examples/bevy_audio/interactive.rs" required-features = ["bevy_audio"] [[example]] name = "pitch" path = "examples/bevy_audio/pitch.rs" required-features = ["bevy_audio"] [[example]] name = "kira_noise" path = "examples/kira/noise.rs" required-features = ["kira"] [[example]] name = "kira_interactive" path = "examples/kira/interactive.rs" required-features = ["kira"] [[example]] name = "oddio_noise" path = "examples/oddio/noise.rs" required-features = ["oddio"] [[example]] name = "oddio_interactive" path = "examples/oddio/interactive.rs" required-features = ["oddio"] [dependencies.bevy] version = "0.11" features = ["bevy_asset"] default-features = false [dependencies.bevy_kira_audio] version = "0.16" features = ["wav"] optional = true default-features = false [dependencies.bevy_oddio] version = "0.5" features = ["wav"] optional = true default-features = false [dependencies.cpal] version = "0.15" [dependencies.fundsp] version = "0.15" [dependencies.kira] version = "0.8" features = ["wav"] optional = true default-features = false [dependencies.once_cell] version = "1.13" [dependencies.rodio] version = "0.17.1" features = ["wav"] optional = true default-features = false [dependencies.uuid] version = "1.1" features = ["v5"] [dev-dependencies.bevy] version = "0.11" features = [ "bevy_core_pipeline", "bevy_pbr", "bevy_gltf", "bevy_render", "bevy_sprite", "bevy_text", "bevy_ui", "animation", "bevy_winit", "bevy_gilrs", "png", "hdr", "filesystem_watcher", "x11", ] default-features = false [features] bevy_audio = [ "bevy/bevy_audio", "bevy/wav", "rodio", ] default = ["bevy_audio"] kira = [ "dep:kira", "bevy_kira_audio", ] oddio = ["bevy_oddio"]