f63e78141d
Stack de visores extraído como front-door limpio: solo los crates nahual-* (shell open-with + ~14 visores: texto/imagen/audio/video/svg/mapa/fuente/hex/ tabla/markdown/archivo/card/gallery/árbol + cores + meta-runtime). Todo lo fundacional (discern, decoders media, fuentes content-addressed, hojas shared) y Llimphi se consumen por git-dep del monorepo gioser.git — cero vendoring. cargo check --workspace pasa (0 errores). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
26 lines
960 B
TOML
26 lines
960 B
TOML
[package]
|
|
name = "nahual-audio-viewer-llimphi"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
publish.workspace = true
|
|
description = "nahual-audio-viewer-llimphi — reproductor/visor de audio sobre Llimphi. Decodifica WAV/MP3/FLAC/Opus/Vorbis (media-source-*), reproduce por cpal (media-audio-cpal) y pinta un espectro log-band en vivo vía AudioProbe + Spectrum. Quinto visor del shell nahual."
|
|
|
|
[dependencies]
|
|
llimphi-ui = { workspace = true }
|
|
llimphi-theme = { workspace = true }
|
|
media-core = { workspace = true }
|
|
media-audio-cpal = { workspace = true }
|
|
media-source-wav = { workspace = true }
|
|
media-source-mp3 = { workspace = true }
|
|
media-source-flac = { workspace = true }
|
|
media-source-opus = { workspace = true }
|
|
media-source-vorbis = { workspace = true }
|
|
parking_lot = { workspace = true }
|
|
|
|
[[example]]
|
|
name = "audio_viewer_demo"
|
|
path = "examples/audio_viewer_demo.rs"
|