rat-reloc 1.1.2

relocate widgets after rendering
Documentation
# 1.1.2


* feature: impl RelocatableState for [Rect] too.

# 1.1.1


* feature: impl RelocatableState for Rect. This allows impl_relocatable_state!
  to be used with plain Rect members.

# 1.1.0


* add impl_relocatable_state! for quick impl

# 1.0.1


* moved all rat-crates to one repo

# 1.0.0


Seems good enough to stabilize.

# 0.2.0


** upgrade to ratatui 0.29 **

* add relocate_dark_offset(). calculates the extra offset induced
  by clipping. some widgets can use this.

# 0.1.0


Initial version. Moved from rat-widget.