manifold3d-macros 0.0.1

Macros for the manifold3d crate. An internal dependency
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "manifold3d-macros"
description = "Macros for the manifold3d crate. An internal dependency"
homepage = "https://github.com/NickUfer/manifold3d-rs"
repository = "https://github.com/NickUfer/manifold3d-rs/tree/main/crates/macros"
license = "Apache-2.0"
version = "0.0.1"
edition = "2021"
include = ["/src", "/LICENSE"]

[lib]
proc-macro = true

[dependencies]
syn = { version = "2.0.89", features = ["full"] }
quote = "1.0.37"
proc-macro2 = "1.0.92"