# rough_iced
[](https://crates.io/crates/rough_piet)
[](https://docs.rs/rough_piet)
[](https://github.com/orhanbalci/rough-rs/LICENSE)
This crate is an adapter crate between [roughr](https://github.com/orhanbalci/rough-rs/tree/main/roughr) and
[iced](https://github.com/iced-rs/iced) crates. Converts from roughr drawing
primitives to iced path types. Also has convenience traits for drawing onto iced frames. For more detailed
information you can check roughr crate.
Below examples are output of [rough_iced](https://github.com/orhanbalci/rough-rs/tree/main/rough_iced) adapter.
## 📦 Cargo.toml
```toml
[dependencies]
rough_iced = "0.1"
```
## 🔧 Configuration Tool

## 🔭 Examples
For more examples have a look at the
[examples](https://github.com/orhanbalci/rough-rs/tree/main/rough_iced/examples) folder.
## 📝 License
Licensed under MIT License ([LICENSE](LICENSE)).
### 🚧 Contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.