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