makepad/libs/audio_decode/Cargo.toml
Admin 9c3b2298ea audio: a FLAC decoder from the specification
Squashed from work; the fine-grained history is under tag archive/work-2026-08-26:
- audio: a FLAC decoder from the specification, beside the MP3 and Vorbis ones
2026-08-26 08:49:46 +02:00

11 lines
380 B
TOML

[package]
name = "makepad-audio-decode"
version = "0.1.0"
authors = ["Makepad <info@makepad.nl>"]
edition = "2021"
description = "From-scratch MP3 (MPEG-1/2/2.5 Layer III), Ogg Vorbis, and FLAC decoders in safe Rust, no dependencies"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/makepad/makepad/"
repository = "https://github.com/makepad/makepad/"
[dependencies]