[![Actions Status](https://github.com/sanko/Alien-SDL3.pm/actions/workflows/test.yml/badge.svg)](https://github.com/sanko/Alien-SDL3.pm/actions)
# NAME

Alien::SDL3 - Build and install SDL3

# SYNOPSIS

```perl
use Alien::SDL3;
```

# DESCRIPTION

Alien::SDL3 builds and installs [SDL3](https://github.com/libsdl-org/SDL/),
[SDL\_image](https://github.com/libsdl-org/SDL_image/),
[SDL\_mixer](https://github.com/libsdl-org/SDL_mixer/), and
[SDL\_ttf](https://github.com/libsdl-org/SDL_ttf/). It is not meant for direct
use. Just ignore it for now.

# LICENSE

Copyright (C) Sanko Robinson.

This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.

# AUTHOR

Sanko Robinson <sanko@cpan.org>