rustray/Cargo.toml

11 lines
218 B
TOML
Raw Normal View History

2019-03-14 18:43:23 +00:00
[package]
name = "rust_opengl"
edition = "2018"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
[dependencies]
sdl2 = "0.30"
cgmath = "*"
utilities = { path = "../../Gavania/utilities" }
image = "*"