viewport-lib-wind 0.1.0

Wind field plugin for viewport-lib: per-vertex displacement, CPU sampler, runtime + GPU plugins
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"
rust-version = "1.85"
name = "viewport-lib-wind"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wind field plugin for viewport-lib: per-vertex displacement, CPU sampler, runtime + GPU plugins"
homepage = "https://github.com/grimandgreedy/viewport-lib-wind"
documentation = "https://docs.rs/viewport-lib-wind"
readme = "README.md"
keywords = [
    "3d",
    "wind",
    "vertex",
    "viewport",
    "viewport-lib",
]
categories = [
    "graphics",
    "rendering",
]
license = "GPL-3.0-only"
repository = "https://github.com/grimandgreedy/viewport-lib-wind"

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

[[example]]
name = "wind-minimal"
path = "examples/wind_minimal.rs"

[dependencies.bytemuck]
version = "1"
features = ["derive"]

[dependencies.glam]
version = "=0.30.10"
features = ["bytemuck"]

[dependencies.viewport-lib]
version = "0.19"

[dependencies.wgpu]
version = "27.0"

[dev-dependencies.pollster]
version = "0.4"