Skip to content

Commit 4cf852e

Browse files
committed
It's passing tests. I consider it stable.
1 parent 41947a9 commit 4cf852e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ sub SDL_AppQuit { }
4141
This module provides a Perl wrapper for SDL3, a cross-platform development library designed to provide low level access
4242
to audio, keyboard, mouse, joystick, and graphics hardware.
4343

44-
This is very much still under construction. There are a few examples in this distribution's `eg/` directory but a few
45-
games and other demos I've written may be found on github: [https://github.com/sanko/SDL3.pm-demos](https://github.com/sanko/SDL3.pm-demos).
44+
There are a few examples in this distribution's `eg/` directory but games and other demos I've written may be found on
45+
github: [https://github.com/sanko/SDL3.pm-demos](https://github.com/sanko/SDL3.pm-demos).
4646

4747
## Features
4848

lib/SDL3.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ SDL3 - Perl Wrapper for the Simple DirectMedia Layer 3.0
4949
This module provides a Perl wrapper for SDL3, a cross-platform development library designed to provide low level access
5050
to audio, keyboard, mouse, joystick, and graphics hardware.
5151
52-
This is very much still under construction. There are a few examples in this distribution's C<eg/> directory but a few
53-
games and other demos I've written may be found on github: L<https://github.com/sanko/SDL3.pm-demos>.
52+
There are a few examples in this distribution's C<eg/> directory but games and other demos I've written may be found on
53+
github: L<https://github.com/sanko/SDL3.pm-demos>.
5454
5555
=head2 Features
5656

0 commit comments

Comments
 (0)