summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-12-17 01:02:01 +0100
committerNao Pross <naopross@thearcway.org>2018-12-17 01:02:01 +0100
commit122644bb1e07be36bc25871f2953b9090777f252 (patch)
tree46c76d0117005b12416e107de0ffc5dc5db12d6d /Cargo.toml
parentCreate basic structure (diff)
downloadSubconscious-rs-122644bb1e07be36bc25871f2953b9090777f252.tar.gz
Subconscious-rs-122644bb1e07be36bc25871f2953b9090777f252.zip
Add window in a graphics thread
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3a05a96..e40af41 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,3 +5,4 @@ authors = ["Nao Pross <naopross@thearcway.org>"]
edition = "2018"
[dependencies]
+sfml = "0.14.0" \ No newline at end of file