rustray/Cargo.toml

12 lines
229 B
TOML
Raw Permalink Normal View History

2019-03-14 18:43:23 +00:00
[package]
2019-04-15 12:53:27 +00:00
name = "rustray"
2019-03-14 18:43:23 +00:00
edition = "2018"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
[dependencies]
cgmath = "*"
2019-04-15 12:53:27 +00:00
utilities = { git = "https://gitlab.com/hodasemi/utilities.git" }
image = "*"
2019-04-15 14:18:45 +00:00
rand = "*"