re_viewport 0.12.1

The central viewport panel of the Rerun viewer.
Documentation
1
2
3
4
5
6
7
8
use super::AutoLayout;

impl Default for AutoLayout {
    #[inline]
    fn default() -> Self {
        Self(true)
    }
}