Skip to content

Commit 951e3e2

Browse files
committed
sdl3-main
1 parent 714b159 commit 951e3e2

File tree

14 files changed

+3752
-1
lines changed

14 files changed

+3752
-1
lines changed

Cargo.lock

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[workspace]
22
resolver = "2"
33
members = [
4+
"sdl3-main",
5+
"sdl3-main-macros",
46
"sdl3-src",
57
"sdl3-sys",
68
"sdl3-sys-gen",
79
]
810
default-members = [
9-
"sdl3-sys"
11+
"sdl3-sys",
12+
"sdl3-main",
1013
]

sdl3-main-macros/Cargo.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[package]
2+
name = "sdl3-main-macros"
3+
version = "0.1.0"
4+
edition = "2021"
5+
authors = ["Maia S. R."]
6+
license = "Zlib"
7+
description = "Proc macros for sdl3-main"
8+
repository = "https://github.com/maia-s/sdl3-sys-rs"
9+
documentation = "https://docs.rs/sdl3-main-macros"
10+
keywords = ["sdl"]
11+
categories = []
12+
13+
[lib]
14+
proc-macro = true
15+
16+
[features]
17+
default = []
18+
alloc = []
19+
std = ["alloc"]

sdl3-main-macros/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# sdl3-main-macros
2+
3+
This crate contains proc-macros for the [`sdl3-main`](https://crates.io/crates/sdl3-main) crate.
4+
See `sdl3-main` for documentation.

0 commit comments

Comments
 (0)