Changeset 68

Show
Ignore:
Timestamp:
01/02/05 20:26:53 (4 years ago)
Author:
aldacron
Message:

* initial commit of DerelictSDLttf - code from Sebastian Beschke (thanks Sebastian!)
* corrected a minor mistake in the README for DerelictSDLImage, DerelictSDLMixer, and DerelictSDLttf

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/DerelictSDLImage/README

    r66 r68  
    44DerelictSDLImage is a D package which allows you to use SDL_image in your D  
    55programs without the need to link to an import library. This gives you control 
    6 over how to handle the case where the SDL shared library is not available on th
    7 user's machine. 
     6over how to handle the case where the SDL_image shared library is not availabl
     7on the user's machine. 
    88 
    99This version of DerelictSDLImage require SDL_image 1.2.3 or later. 
  • trunk/DerelictSDLMixer/README

    r66 r68  
    44DerelictSDLMixer is a D package which allows you to use SDL_mixer in your D  
    55programs without the need to link to an import library. This gives you control  
    6 over how to handle the case where the SDL shared library is not available on th
    7 user's machine. 
     6over how to handle the case where the SDL_mixer shared library is not availabl
     7on the user's machine. 
    88 
    99This version of DerelictSDLMixer require SDL_mixer 1.2.5 or later.