summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cad75f64c460e2c0d6bae5e60b2d8110c260f432 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "poly"
version = "0.1.0"
authors = ["Juan Manuel Tomás <jtomas1815@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sdl2 = "0.34.3"