aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-03-14 17:15:24 +0000
committerAkshay <[email protected]>2021-03-14 17:15:24 +0000
commit2665972d0c15fe6b2cea7ffb0c34829c9c163c56 (patch)
treed4b8443014820c49c3cd58f19019b0d234af897d /Cargo.toml
parentc7039f0fc2d49dd0501db8f201e66a915d189ac1 (diff)
add SDL2_ttf to deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index df04cd4..b3b887b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,4 +7,4 @@ edition = "2018"
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8 8
9[dependencies] 9[dependencies]
10sdl2 = "0.34" 10sdl2 = {version = "0.34", features = ["ttf"]}