ECG/ecg-example/Cargo.toml
2019-07-20 08:58:27 +02:00

12 lines
249 B
TOML

[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 = "*"