File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ An OCaml module providing thin bindings to the `SDL` 2.0 library.
12
12
sound, fonts, and game controller input.
13
13
This library uses ` ctypes ` ,
14
14
and therefore requires less work to track changes to the C SDL libraries.
15
- * [ tsdl-ttf] ( https://github.com/tokenrove /tsdl-ttf ) :
15
+ * [ tsdl-ttf] ( https://github.com/sanette /tsdl-ttf ) :
16
16
Support for SDL's truetype font library.
17
- * [ tsdl-mixer] ( https://github.com/tokenrove /tsdl-mixer ) :
17
+ * [ tsdl-mixer] ( https://github.com/sanette /tsdl-mixer ) :
18
18
Support for the sound mixer component of TSDL.
19
- * [ tsdl-image] ( https://github.com/tokenrove /tsdl-image ) :
19
+ * [ tsdl-image] ( https://github.com/sanette /tsdl-image ) :
20
20
Support for the image-loading component of SDL.
21
21
* [ OCamlSDL2] ( https://github.com/fccm/OCamlSDL2 ) :
22
22
Bindings to the ` SDL ` 2.0 library using the traditional C ffi rather than ` ctypes ` ,
You can’t perform that action at this time.
0 commit comments