summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-12-17 02:07:06 +0100
committerNao Pross <naopross@thearcway.org>2018-12-17 02:07:06 +0100
commit38c42101f1d788ed18825cb77aba037b3333c4cd (patch)
tree427a0090d313fef52cc2be6a7042417319a1cebc /Cargo.toml
parentAdd window in a graphics thread (diff)
downloadSubconscious-rs-38c42101f1d788ed18825cb77aba037b3333c4cd.tar.gz
Subconscious-rs-38c42101f1d788ed18825cb77aba037b3333c4cd.zip
Add sfml and tiled dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e40af41..2cd823c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,4 +5,5 @@ authors = ["Nao Pross <naopross@thearcway.org>"]
edition = "2018"
[dependencies]
-sfml = "0.14.0" \ No newline at end of file
+sfml = "0.14.0"
+tiled = "0.8.0" \ No newline at end of file