[package]
edition = "2021"
name = "sdl3-image-src"
version = "3.4.0"
authors = ["SDL developers"]
build = false
exclude = [
"/SDL_image/external/aom",
"/SDL_image/external/dav1d",
"/SDL_image/external/libavif",
"/SDL_image/external/libjxl",
"/SDL_image/external/libtiff",
"/SDL_image/external/libwebp",
"/SDL_image/external/SDL",
"/SDL_image/VisualC/external/optional",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Source code of the SDL3_image library"
readme = "README.md"
keywords = ["sdl"]
categories = ["no-std"]
license = "Zlib"
repository = "https://codeberg.org/maia/sdl3-sys-rs"
resolver = "3"
[lib]
name = "sdl3_image_src"
path = "src/lib.rs"