PortAudio.jl/Project.toml

23 lines
562 B
TOML
Raw Normal View History

name = "PortAudio"
uuid = "80ea8bcb-4634-5cb3-8ee8-a132660d1d2d"
repo = "https://github.com/JuliaAudio/PortAudio.jl.git"
version = "1.3.0"
[deps]
alsa_plugins_jll = "5ac2f6bb-493e-5871-9171-112d4c21a6e7"
libportaudio_jll = "2d7b7beb-0762-5160-978e-1ab83a1e8a31"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
2019-12-28 07:50:45 +01:00
[compat]
julia = "1.6"
alsa_plugins_jll = "1.2.2"
libportaudio_jll = "19.6.0"
2021-07-25 23:27:33 +02:00
Suppressor = "0.2"
2019-12-28 07:50:45 +01:00
[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2019-12-28 07:50:45 +01:00
[targets]
2022-10-19 21:48:33 +02:00
test = ["Documenter", "Test"]