aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-04-20 01:29:54 +0200
committerdec05eba <dec05eba@protonmail.com>2018-04-20 01:31:23 +0200
commit391f7fd6d832cb40f74fb37f9e0af7ff33db202f (patch)
tree1d3e2b54dfade403da579a23029ae98f1a5c8f5b /project.conf
parentc670ad2839d886107189a5a0d0854a02aa0ace53 (diff)
Add message board, in the middle of text selection
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/project.conf b/project.conf
new file mode 100644
index 0000000..58369b9
--- /dev/null
+++ b/project.conf
@@ -0,0 +1,11 @@
+[package]
+name = "dchat"
+version = "0.1.0"
+type = "executable"
+platforms = ["linux32", "linux64"]
+
+[dependencies]
+sfml-window = "2.4.2"
+sfml-graphics = "2.4.2"
+sfml-system = "2.4.2"
+boost-filesystem = "1.66.0"