light-control/Cargo.toml

17 lines
264 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 = "*"
[dependencies.async-std]
version = "1.9.0"
features = ["unstable", "attributes"]