# 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_oddio" version = "0.5.0" authors = ["Gio Genre De Asis"] description = "A third party Bevy plugin that integrates `oddio` into Bevy." homepage = "https://github.com/harudagondi/bevy_oddio" readme = "README.md" keywords = [ "bevy", "oddio", "audio", "gamedev", ] categories = [ "game-development", "multimedia::audio", ] license = "MIT OR Apache-2.0" repository = "https://github.com/harudagondi/bevy_oddio" [dependencies.bevy] version = "0.11" features = ["bevy_asset"] default-features = false [dependencies.bevy_math] version = "0.11" features = ["mint"] [dependencies.claxon] version = "0.4" optional = true [dependencies.cpal] version = "0.15" [dependencies.hound] version = "3.4" optional = true [dependencies.lewton] version = "0.10" optional = true [dependencies.minimp3] version = "0.5" optional = true [dependencies.oddio] version = "0.6" [dependencies.parking_lot] version = "0.12" [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", "bevy_asset", "filesystem_watcher", "x11", ] default-features = false [dev-dependencies.fastrand] version = "2.0" [features] flac = ["claxon"] mp3 = ["minimp3"] ogg = ["lewton"] wav = ["hound"]