diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 02:18:43 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 14:45:44 -0500 |
commit | 537cb51ce3fe5431faf5769dfbca50af5d817e3b (patch) | |
tree | 3864c7d7cf6a8f5d259f3a62da75687d4ed501cc /python | |
parent | e86b401935d81eb6bac43281b08a974f95478898 (diff) |
python/PySDL2: Fixed dep info in README
Diffstat (limited to 'python')
-rw-r--r-- | python/PySDL2/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/PySDL2/README b/python/PySDL2/README index ea36a258bb912..d209c97eb3686 100644 --- a/python/PySDL2/README +++ b/python/PySDL2/README @@ -2,6 +2,3 @@ PySDL2 is a wrapper around the SDL2 library and as such similar to the discontinued PySDL project. In contrast to PySDL, it has no licensing restrictions, nor does it rely on C code, but uses ctypes instead. - -Optional dependencies : SDL2_image SDL2_mixer SDL2_ttf SDL2_gfx -those are optional though and only necessary, if you want to use. |