sdl3 0.18.0

Bindings to SDL3, a cross-platform library to abstract the platform-specific details for building applications.
Documentation
- https://docs.rs/sdl3/latest/sdl3/#getting-started

- https://github.com/libsdl-org/SDL/tree/main/examples/renderer

<hr />

# Run

- `cargo r --example renderer_01_change_the_color`

- `cargo r --example renderer_02_primitives`

- `cargo r --example renderer_03_lines`

- `cargo r --example renderer_04_points`

- `cargo r --example renderer_05_rectangles`

- `cargo r --example renderer_06_textures_lifetime_solution --features="unsafe_textures"`

- `cargo r --example renderer_07_streaming_textures --features="unsafe_textures"`

- `cargo r --example renderer_08_rotating_textures --features="unsafe_textures"`

- `cargo r --example renderer_09_scaling_textures --features="unsafe_textures"`