bevy-single-variable-function-mesh 0.18.0

A 2D or 3D mesh generated from single-variable functions.
Documentation
[[bin]]
name = "bevy-single-variable-function-mesh"
path = "src/main.rs"

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

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

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

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

[profile.dev]
opt-level = 0

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