rsrt_cpu/Cargo.toml

13 lines
292 B
TOML
Raw Permalink Normal View History

2020-12-10 18:52:08 +00:00
[package]
name = "rsrt_cpu"
version = "0.1.0"
authors = ["gbrochar <gaetanbrochard@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-12-10 20:38:07 +00:00
mat4 = "0.2.1"
vec3 = "0.2.1"
2020-12-12 13:27:36 +00:00
vec4 = "0.2.1"
2020-12-11 08:14:58 +00:00
sdl2 = "0.34.3"