sim-lib-sound-render 0.1.0

SIM workspace package for sim lib sound render.
Documentation
# Generated by `sh bin/simctl meta-build`; do not edit or commit.
# This shim lets the ignored meta-workspace own the package.
[package]
name = "sim-lib-sound-render"
version = "0.1.0"
edition = "2024"
license = "MPL-2.0"
description = "SIM workspace package for sim lib sound render."
readme = "README.md"
publish = true
repository = "https://github.com/sim-nest/sim-music"
homepage = "https://github.com/sim-nest/sim-music"

[dependencies]
sim-kernel = { version = "0.1.0" }
sim-lib-core = { version = "0.1.0" }
sim-lib-sound-bridge = { version = "0.1.0", path = "../sim-lib-sound-bridge" }
sim-lib-sound-core = { version = "0.1.0", path = "../sim-lib-sound-core" }
thiserror = "1"

[lints]
workspace = true