couch-rust/Cargo.toml

10 lines
118 B
TOML
Raw Normal View History

2022-04-06 16:44:21 -05:00
[package]
name = "couch"
version = "0.1.0"
edition = "2021"
[dependencies]
glium = "0.31.0"
2022-04-06 18:40:21 -05:00
nalgebra-glm = "0.16.0"