swamp-render 0.0.1

render pixel perfect 2D sprites
Documentation
# swamp-render 🐊

[![Crates.io](https://img.shields.io/crates/v/swamp-render)](https://crates.io/crates/swamp-render)
[![Documentation](https://docs.rs/swamp-render/badge.svg)](https://docs.rs/swamp-render)

Swamp Render is a Rust crate designed to simplify sprite-based rendering using wgpu and swamp-wgpu-sprites. 
It provides an easy-to-use abstraction for managing sprites, materials, and rendering pipelines.

## 📦 Installation

Add swamp-render to your project’s Cargo.toml:

```toml
[dependencies]
swamp-render = "0.0.1"
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.