makepad/libs/piano_model/Cargo.toml
Admin 066c78292e piano model: the lower register is hammered, not plucked
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-02 02:52:12 +02:00

12 lines
494 B
TOML

[package]
name = "makepad-piano-model"
version = "0.1.0"
authors = ["Makepad <info@makepad.nl>"]
edition = "2021"
description = "Physically modelled piano: nonlinear felt hammer + inharmonic modal strings + coupled unisons + sympathetic resonance + modal soundboard. SIMD accelerated, no dependencies"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/makepad/makepad/"
repository = "https://github.com/makepad/makepad/"
[dependencies]
makepad-ai-loader = { path = "../ai/loader" }