PortAudio.jl/Project.toml

23 lines
549 B
TOML
Raw Normal View History

name = "PortAudio"
uuid = "80ea8bcb-4634-5cb3-8ee8-a132660d1d2d"
repo = "https://github.com/JuliaAudio/PortAudio.jl.git"
2021-05-09 18:54:05 +02:00
version = "1.1.1"
[deps]
libportaudio_jll = "2d7b7beb-0762-5160-978e-1ab83a1e8a31"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SampledSignals = "bd7594eb-a658-542f-9e75-4c4d8908c167"
2021-05-18 19:40:42 +02:00
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
2019-12-28 07:50:45 +01:00
[compat]
julia = "1.3"
libportaudio_jll = "19.6.0"
SampledSignals = "2.1.1"
2021-05-18 19:40:42 +02:00
Suppressor = "0.2.0"
2019-12-28 07:50:45 +01:00
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2019-12-28 07:50:45 +01:00
[targets]
test = ["Test"]