[package]
edition = "2024"
name = "bevy_scrollmat"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple Extension Material that applies a scrolling effect to the uvs of the material."
readme = "README.md"
keywords = [
"bevy",
"bevy_scrolling",
"bevy_shader",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Pybounce/bevy_scrollmat"
[lib]
name = "bevy_scrollmat"
path = "src/lib.rs"
[[example]]
name = "3d_shapes"
path = "examples/3d_shapes.rs"
[dependencies.bevy]
version = "0.16.0"