sdl3-src 3.4.2

Source code of the SDL 3 library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "sdl3-src"
version = "3.4.2"
authors = ["SDL developers"]
build = false
exclude = [
    "SDL/examples",
    "SDL/test",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Source code of the SDL 3 library"
documentation = "https://docs.rs/sdl3-src"
readme = "README.md"
keywords = ["sdl"]
categories = ["no-std"]
license = "Zlib"
repository = "https://codeberg.org/maia/sdl3-sys-rs"
resolver = "3"

[lib]
name = "sdl3_src"
path = "src/lib.rs"