From d1c641f7b2e052a36e9dec26967b82244dc85f2a Mon Sep 17 00:00:00 2001 From: "Gustavo A. Hoffmann" Date: Mon, 20 Sep 2021 11:34:56 +0200 Subject: [PATCH] audio_wavefiles 2.0.0 (#358) --- .../audio_wavefiles-2.0.0.toml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 index/au/audio_wavefiles/audio_wavefiles-2.0.0.toml diff --git a/index/au/audio_wavefiles/audio_wavefiles-2.0.0.toml b/index/au/audio_wavefiles/audio_wavefiles-2.0.0.toml new file mode 100644 index 00000000..39af5cbb --- /dev/null +++ b/index/au/audio_wavefiles/audio_wavefiles-2.0.0.toml @@ -0,0 +1,21 @@ +description = "Ada Wavefile Library" +long-description = """ +# Ada Wavefile Library +This crate contains Ada packages for wavefile I/O. +""" +name = "audio_wavefiles" +version = "2.0.0" +website="https://github.com/Ada-Audio/audio_wavefiles" +licenses = "MIT" +authors=["Gustavo A. Hoffmann"] +maintainers = ["gusthoff@gusthoff.com"] +maintainers-logins = ["gusthoff"] +project-files = ["audio_wavefiles.gpr"] +tags = ["audio", "riff", "wavefiles"] + +[[depends-on]] +audio_base = "^1.0" + +[origin] +commit = "8e1162c5b9dc604a835f60be6a78e8f9d3c85052" +url = "git+https://github.com/Ada-Audio/audio_wavefiles.git"