voxel_engine_macros 0.1.0

Public API for the octo voxel game engine
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 = "2021"
name = "voxel_engine_macros"
version = "0.1.0"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public API for the octo voxel game engine"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/DouglasDwyer/voxel_engine"

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

[dependencies.quote]
version = "1.0.35"
default-features = false

[dependencies.toml]
version = "0.8.19"
default-features = false

[dependencies.voxel_engine_types]
version = "0.1.0"

[dependencies.wasset]
version = "0.1.2"
features = ["encode_macro"]
default-features = false