bevy_meshopt 0.1.0

Small wrapper around the `meshopt` library for using with Bevy!
Documentation
[dependencies.bevy]
default-features = false
features = ["bevy_mesh"]
version = "0.17"

[dependencies.meshopt]
version = "0.6.2"

[dev-dependencies.bevy]
default-features = true
features = ["bevy_gltf"]
version = "0.17"

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

[dev-dependencies.bevy_egui]
version = "0.38"

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

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

[package]
authors = ["Connor McCluskey <conmcclusk@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-engines", "graphics", "rendering"]
description = "Small wrapper around the `meshopt` library for using with Bevy!"
documentation = "https://docs.rs/bevy_meshopt"
edition = "2024"
exclude = ["assets/", ".github/"]
keywords = ["bevy", "mesh", "optimization", "simplification"]
license = "MIT OR Apache-2.0"
name = "bevy_meshopt"
readme = "README.md"
repository = "https://github.com/aceeri/bevy_meshopt"
rust-version = "1.88.0"
version = "0.1.0"