diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-02-22 00:19:02 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-02-22 00:19:02 +0100 |
commit | 851ee0eb70b4ca886976ccd5501a955870508004 (patch) | |
tree | d8f8a65cfa1d62190ea4d7dd8ee803ca181e2a3f /Cargo.toml | |
parent | Initial Commit (diff) | |
download | kyukai-851ee0eb70b4ca886976ccd5501a955870508004.tar.gz kyukai-851ee0eb70b4ca886976ccd5501a955870508004.tar.bz2 kyukai-851ee0eb70b4ca886976ccd5501a955870508004.zip |
Dependencies: Add "SDL2" dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
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" |