vox/Cargo.toml

11 lines
218 B
TOML

[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"
image = "0.24.1"
rand = "0.8.5"