ixy 0.6.1

A minimal, no-std compatible crate for 2D integer geometry
Documentation
1
2
3
4
5
6
7
8

### Fixed

- docs.rs build was failing: `#![feature(doc_auto_cfg)]` was merged into `doc_cfg` and removed as
  of nightly nightly-2026-07 (rustc 1.92), which is what docs.rs builds with. Switched to
  `#![feature(doc_cfg)]`, matching the fix `grixy` already made for the same reason.
  (https://docs.rs/crate/ixy/latest/builds/3761903)