ECG/ecg-example/Cargo.toml

12 lines
249 B
TOML
Raw Normal View History

2019-07-20 06:58:27 +00:00
[package]
name = "ecg-example"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sdl2 = "*"
gl = "*"