piston-music 0.25.1

A high level library for playing music and sound effects
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "piston-music"
version = "0.25.1"
authors = ["bvssvni <bvssvni@gmail.com>"]
description = "A high level library for playing music and sound effects"
homepage = "https://github.com/PistonDevelopers/music"
documentation = "https://docs.rs/piston-music"
readme = "README.md"
keywords = ["piston", "music"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/PistonDevelopers/music.git"

[lib]
name = "music"
path = "src/lib.rs"
[dependencies.current]
version = "0.1.2"

[dependencies.sdl2]
version = "0.32.1"
features = ["mixer"]
default-features = false
[dev-dependencies.piston_window]
version = "0.86.0"

[dev-dependencies.pistoncore-sdl2_window]
version = "0.53.0"