summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorcurly <curlybryce@protonmail.com>2023-10-03 08:29:52 -0600
committercurly <curlybryce@protonmail.com>2023-10-03 08:29:52 -0600
commitfc49095da2e419c12c50849170bc424c9185de8b (patch)
tree7d2031f564a513fba70ef0be0a960aa8566ad894 /Cargo.toml
downloadtopdown-master.tar.gz
topdown-master.tar.bz2
topdown-master.zip
topdownHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..4c01ec2
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "topdown"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+sdl2 = { version = "0.35.2", features = ["gfx", "ttf"] }