rsrt_cpu/Cargo.toml

13 lines
292 B
TOML

[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]
mat4 = "0.2.1"
vec3 = "0.2.1"
vec4 = "0.2.1"
sdl2 = "0.34.3"