diff options
author | curly <curlybryce@protonmail.com> | 2023-10-03 08:29:52 -0600 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2023-10-03 08:29:52 -0600 |
commit | fc49095da2e419c12c50849170bc424c9185de8b (patch) | |
tree | 7d2031f564a513fba70ef0be0a960aa8566ad894 /Cargo.toml | |
download | topdown-fc49095da2e419c12c50849170bc424c9185de8b.tar.gz topdown-fc49095da2e419c12c50849170bc424c9185de8b.tar.bz2 topdown-fc49095da2e419c12c50849170bc424c9185de8b.zip |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
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"] } |