aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: a31ad4c90510cde7fbc31df3f4c931ca1f67fbe2 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "boids"
version = "0.1.0"
authors = ["Charles <sircharlesaze@gmail.com>"]
edition = "2018"

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

[dependencies]
sdl2 = "0.34.0"