vox/Cargo.toml

11 lines
218 B
TOML
Raw Normal View History

2022-03-26 00:47:55 +00:00
[package]
name = "vox"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
glium = "0.31"
2022-04-02 20:11:40 +00:00
image = "0.24.1"
rand = "0.8.5"