# 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-kira-components" version = "0.2.0-rc.4" description = "Alternative crate for Bevy integration of Kira" homepage = "https://github.com/solarliner/bevy-kira-components" readme = "README.md" license = "MIT" repository = "https://github.com/solarliner/bevy-kira-components.git" [dependencies.bevy] version = "0.14.0-rc.3" features = ["bevy_asset"] default-features = false [dependencies.bevy_math] version = "0.14.0-rc.3" features = ["mint"] [dependencies.cpal] version = "0.15.3" [dependencies.kira] version = "0.9.3" features = ["serde"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.thiserror] version = "1.0.57" [dev-dependencies.bevy] version = "0.14.0-rc.2" features = [ "animation", "bevy_asset", "bevy_gilrs", "bevy_scene", "bevy_winit", "bevy_core_pipeline", "bevy_pbr", "bevy_gltf", "bevy_render", "bevy_sprite", "bevy_text", "bevy_ui", "multi_threaded", "png", "hdr", "vorbis", "x11", "bevy_gizmos", "android_shared_stdcxx", "tonemapping_luts", "default_font", "webgl2", "bevy_debug_stepping", ] default-features = false [dev-dependencies.ringbuf] version = "0.3.3" [features] default = [] diagnostics = []