bevy_heightmap 0.18.0

Create meshes from heightmap PNGs in the Bevy 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 = "2024"
name = "bevy_heightmap"
version = "0.18.0"
authors = ["Josiah Putman <joshikatsu@gmail.com>"]
build = false
exclude = ["assets/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create meshes from heightmap PNGs in the Bevy game engine."
homepage = "https://github.com/Katsutoshii/bevy_heightmap"
documentation = "https://docs.rs/bevy_heightmap/latest/bevy_heightmap"
readme = "README.md"
keywords = ["bevy"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Katsutoshii/bevy_heightmap"

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

[[example]]
name = "export_heightmap"
path = "examples/export_heightmap.rs"

[[example]]
name = "image"
path = "examples/image.rs"

[[example]]
name = "value_function"
path = "examples/value_function.rs"

[[example]]
name = "value_function_shader"
path = "examples/value_function_shader.rs"

[dependencies.bevy]
version = "0.18"
features = [
    "bevy_image",
    "bevy_render",
    "bevy_asset",
    "bevy_log",
    "bevy_state",
]
default-features = false

[dependencies.bytemuck]
version = "1.23"

[dependencies.image]
version = "0.25"
default-features = false

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.bevy]
version = "0.18"
features = ["file_watcher"]

[dev-dependencies.bevy-inspector-egui]
version = "0.36"

[dev-dependencies.bevy_compute_readback]
version = "0.18"

[dev-dependencies.bevy_egui]
version = "0.39"
default-features = false

[profile.dev]
opt-level = 1
strip = "debuginfo"

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