sdl-main-wrapper 0.1.0

Wrapper over SDL's callback-based app loop
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 = "2024"
name = "sdl-main-wrapper"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wrapper over SDL's callback-based app loop"
readme = false
license = "Zlib"
repository = "https://github.com/achusbyr/sdl-sys-rs"

[features]
alloc = []
args = ["std"]
default = ["alloc"]
std = ["alloc"]

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

[dependencies.sdl-sys-bindgen]
version = "0.1"