[package] name = "spectrusty-audio" version = "0.4.0" authors = ["Rafal Michalski "] edition = "2018" repository = "https://github.com/royaltm/spectrusty" homepage = "https://royaltm.github.io/spectrusty/" readme = "README.md" license = "LGPL-3.0-or-later" description = """ Components of the SPECTRUSTY library for synthesizing audio samples and native audio playback. """ [package.metadata.docs.rs] all-features = true [features] default = [] [dependencies] log = "0.4" [dependencies.spectrusty-core] version = "0.4.0" path = "../spectrusty-core" [dependencies.sdl2] version = "0.35" optional = true [dependencies.cpal] version = "0.14.2" optional = true