red-sdl-macro 0.2.0

sdl with grid layout and window management to help build apps or video game.
Documentation
[dependencies.proc-macro2]
version = "=1.0.93"

[dependencies.quote]
version = "=1.0.38"

[dependencies.syn]
version = "=2.0.98"

[lib]
name = "red_sdl_macro"
path = "src/lib.rs"
proc-macro = true

[lints.clippy]
as-underscore = "deny"
get-unwrap = "warn"
map_unwrap_or = "warn"
missing-const-for-fn = "deny"
str-to-string = "deny"
todo = "warn"
too-many-lines = "deny"
unused-enumerate-index = "deny"
unwrap-used = "warn"
unwrap_in_result = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "graphics"]
description = "sdl with grid layout and window management to help build apps or video game."
edition = "2021"
license = "Apache-2.0"
name = "red-sdl-macro"
readme = false
repository = "https://github.com/RedYou1/sdl"
resolver = "2"
version = "0.2.0"