rustray/Cargo.toml
2019-04-15 16:18:45 +02:00

12 lines
229 B
TOML

[package]
name = "rustray"
edition = "2018"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
[dependencies]
cgmath = "*"
utilities = { git = "https://gitlab.com/hodasemi/utilities.git" }
image = "*"
rand = "*"