about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2023-02-22 00:19:02 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2023-02-22 00:19:02 +0100
commit851ee0eb70b4ca886976ccd5501a955870508004 (patch)
treed8f8a65cfa1d62190ea4d7dd8ee803ca181e2a3f /Cargo.toml
parentInitial Commit (diff)
downloadkyukai-851ee0eb70b4ca886976ccd5501a955870508004.tar.gz
kyukai-851ee0eb70b4ca886976ccd5501a955870508004.tar.bz2
kyukai-851ee0eb70b4ca886976ccd5501a955870508004.zip
Dependencies: Add "SDL2" dependency
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 cf76c8a..a995d9e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ edition = "2021"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
+sdl2 = "0.35.2"