6c36b3955b
* Add an example with raqote * Fix raqote dependency
16 lines
236 B
Markdown
16 lines
236 B
Markdown
# Hello Raqote
|
|
|
|
![Hello Raqote](../../img/raqote-winit.png)
|
|
|
|
`raqote` example with `winit`.
|
|
|
|
## Running
|
|
|
|
```bash
|
|
cargo run --release --package raqote-winit
|
|
```
|
|
|
|
## About
|
|
|
|
This example uses `raqote` to rasterize and animate a few paths.
|