forked from robohouse-delft/show-image-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.tpl
22 lines (19 loc) · 1.55 KB
/
README.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[![Docs.rs](https://docs.rs/show-image/badge.svg)](https://docs.rs/crate/{{crate}}/)
[![CI](https://github.com/robohouse-delft/show-image-rs/workflows/CI/badge.svg)](https://github.com/robohouse-delft/show-image-rs/actions?query=workflow%3ACI+branch%3Amain)
# {{crate}}
{{readme}}
[`Image`]: https://docs.rs/show-image/latest/show_image/enum.Image.html
[`ImageView`]: https://docs.rs/show-image/latest/show_image/struct.ImageView.html
[::image::DynamicImage]: https://docs.rs/image/latest/image/dynimage/enum.DynamicImage.html
[::image::ImageBuffer]: https://docs.rs/image/latest/image/buffer_/struct.ImageBuffer.html
[::tch::Tensor]: https://docs.rs/tch/latest/tch/wrappers/tensor/struct.Tensor.html
[::raqote::DrawTarget]: https://docs.rs/raqote/latest/raqote/struct.DrawTarget.html
[::raqote::Image]: https://docs.rs/raqote/latest/raqote/struct.Image.html
[`main`]: https://docs.rs/show-image/latest/show_image/attr.main.html
[`run_context()`]: https://docs.rs/show-image/latest/show_image/fn.run_context.html
[`WindowProxy::add_event_handler()`]: https://docs.rs/show-image/latest/show_image/struct.WindowProxy.html#method.add_event_handler
[`WindowProxy::event_channel()`]: https://docs.rs/show-image/latest/show_image/struct.WindowProxy.html#method.event_channel
[`ContextProxy::event_channel()`]: https://docs.rs/show-image/latest/show_image/struct.ContextProxy.html#method.event_channel
[`exit()`]: https://docs.rs/show-image/latest/show_image/fn.exit.html
[`std::process::exit()`]: https://doc.rust-lang.org/nightly/std/process/fn.exit.html
[`wgpu`]: https://docs.rs/wgpu