Jagoda Estera Ślązak 007713e50a
feat(no_std)!: replace Backend's io::Error usages with associated Error type (#1778)
Resolves #1775 

BREAKING CHANGE: Custom backends now have to implement `Backend::Error`
and `Backend::clear_region`. Additionally some generic `Backend` usage
will have to explicitly set trait bounds for `Backend::Error`.
2025-04-23 15:05:59 -07:00
..

Inline demo

This example shows how to use the inlined viewport to render in a specific area of the screen.

To run this demo:

cargo run -p inline