mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
12 lines
327 B
TOML
12 lines
327 B
TOML
[package]
|
|
name = "tek_engine"
|
|
edition = { workspace = true }
|
|
version = { workspace = true }
|
|
|
|
[dependencies]
|
|
tengri = { workspace = true }
|
|
tengri_proc = { workspace = true }
|
|
jack = { workspace = true }
|
|
midly = { workspace = true }
|
|
uuid = { workspace = true }
|
|
atomic_float = { workspace = true }
|