19 lines
302 B
TOML
19 lines
302 B
TOML
[package]
|
|
name = "fragmental-light-controller"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
winit = "*"
|
|
softbuffer = "0.4.6"
|
|
cgmath = "*"
|
|
prisma = "0.1.1"
|
|
angular-units = "*"
|
|
jack = "0.11"
|
|
termion ="*"
|
|
net2 = "*"
|
|
|
|
[dependencies.async-std]
|
|
version = "1.9.0"
|
|
features = ["unstable", "attributes"]
|
|
|