You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
412 B
22 lines
412 B
[package]
|
|
authors = ["Rahix <rahix@rahix.de>"]
|
|
edition = "2018"
|
|
name = "ggparty-2019"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
glium = "0.22.0"
|
|
image = "0.20.1"
|
|
log = "0.4.6"
|
|
nalgebra = "0.16.9"
|
|
rand = "0.6.0-pre.1"
|
|
ezconf = "0.3.0"
|
|
|
|
[dependencies.vis-core]
|
|
git = "https://github.com/Rahix/visualizer2"
|
|
rev = "a237bb423e3a278a29a25649a7274d3430815596"
|
|
features = ["cpalrecord", "pulseaudio"]
|
|
|
|
[profile.release]
|
|
debug=1
|