13 lines
442 B
TOML
13 lines
442 B
TOML
[package]
|
|
name = "makepad-synth-ironfish"
|
|
version = "1.0.0"
|
|
authors = ["Makepad <info@makepad.nl>"]
|
|
edition = "2021"
|
|
description = "Makepad ironfish example"
|
|
license = "MIT OR Apache-2.0"
|
|
homepage = "https://github.com/makepad/makepad/"
|
|
repository = "https://github.com/makepad/makepad/"
|
|
metadata.makepad-auto-version = "EENaABUEedp_jqyFVWTROQ92sD4="
|
|
|
|
[dependencies]
|
|
makepad-audio-graph = { path = "../../../audio_graph", version = "1.0.0" }
|