aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorArne Dußin2020-10-28 20:49:51 +0100
committerArne Dußin2020-10-28 20:49:51 +0100
commit3ece8e36bd7c1aa08374ff8ffa0f7206976746fd (patch)
tree8fe1ed5cbd7bf4e7b1d8868d5012afb551966699 /Cargo.toml
parentb9bd6b7ca4447073444aea680d0591dab96cc65a (diff)
downloadgraf_karto-3ece8e36bd7c1aa08374ff8ffa0f7206976746fd.tar.gz
graf_karto-3ece8e36bd7c1aa08374ff8ffa0f7206976746fd.zip
Add possibility to draw rectangles
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 672a4c2..eb948b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
authors = ["Arne Dußin <arne.dussin@gmail.com>"]
edition = "2018"
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
[dependencies]
+piston_window = "*"
+piston2d-opengl_graphics = "*"
+pistoncore-sdl2_window = "0.66.0"