bevy-single-variable-function-mesh 0.19.0

A 2D or 3D mesh generated from single-variable functions.
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 = "2024"
name = "bevy-single-variable-function-mesh"
version = "0.19.0"
authors = ["Armin Schäfer"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A 2D or 3D mesh generated from single-variable functions."
readme = "README.md"
keywords = ["graphics"]
categories = ["rendering"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/772/bevy-single-variable-function-mesh"

[features]
dev = ["bevy/dynamic_linking"]

[lib]
name = "bevy_single_variable_function_mesh"
path = "src/lib.rs"

[[bin]]
name = "bevy-single-variable-function-mesh"
path = "src/main.rs"

[dependencies.bevy]
version = "0.19"
features = ["3d"]
default-features = false

[profile.dev]
opt-level = 0

[profile.dev.package."*"]
opt-level = 3