Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WV6BzHQiJEvvK9EPc1d4ks
12 lines
336 B
TOML
12 lines
336 B
TOML
[package]
|
|
name = "makepad-vj-analysis"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Headless reuse of the VJ track and loop-splat analysis"
|
|
|
|
[dependencies]
|
|
makepad-widgets = { path = "../../widgets" }
|
|
makepad-ai-beats = { path = "../ai/models/beats" }
|
|
makepad-asset-data = { path = "../asset/data" }
|
|
|