light-control/Cargo.toml

18 lines
278 B
TOML
Raw Normal View History

2024-04-24 14:48:45 +02:00
[package]
name = "fragmental-light-controller"
version = "0.1.0"
edition = "2021"
[dependencies]
winit = "*"
softbuffer = "0.4.2"
cgmath = "*"
prisma = "0.1.1"
angular-units = "*"
2024-04-26 15:16:28 +02:00
jack = "0.11"
2024-04-24 14:48:45 +02:00
[dependencies.async-std]
version = "1.9.0"
features = ["unstable", "attributes"]