sdl3-main

Crates.iosdl3-main
lib.rssdl3-main
version
sourcesrc
created_at2024-11-17 00:11:44.393761
updated_at2024-11-17 00:11:44.393761
descriptionTools for using SDL's main and callback APIs
homepage
repositoryhttps://github.com/maia-s/sdl3-sys-rs
max_upload_size
id1450739
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Maia (maia-s)

documentation

https://docs.rs/sdl3-main

README

sdl3-main

This crate provides tools for using SDL 3's main and callback APIs.

SDL main

To provide your own main but call it through SDL, use the [main] attribute macro. See the documentation for that for more information.

Callback API

To use the SDL callback API, use the [app_init], [app_iterate], [app_event] and [app_quit] attribute macros. Don't use the main attribute in this mode. See the documentation for more information.

Commit count: 410

cargo fmt