aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-07-09 22:56:34 +0200
committerCharles <sircharlesaze@gmail.com>2020-07-10 15:36:45 +0200
commitc0e7c121e96713549dce67b01f8d86ef79e6ab80 (patch)
tree3ad4d371835c2c18e08a96d0231b8836786a67dc /Cargo.toml
downloadboids-c0e7c121e96713549dce67b01f8d86ef79e6ab80.tar.gz
boids-c0e7c121e96713549dce67b01f8d86ef79e6ab80.tar.bz2
boids-c0e7c121e96713549dce67b01f8d86ef79e6ab80.zip
Initial commit: drawing boid with direction and position
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..a31ad4c
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,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"