embedded-3dgfx 0.6.2

3D graphics rendering for embedded systems (fork of embedded-gfx by Kezii)
Documentation
ignore:
  - "asset_cli/**"
  - "**/asset_cli/**"
  - "load_stl/**"
  - "**/load_stl/**"
  - "size_harness/**"
  - "**/size_harness/**"
  - "tools/**"
  - "**/tools/**"
  - "benches/**"
  - "**/benches/**"
  - "examples/**"
  - "**/examples/**"
  - "assets/**"
  - "**/assets/**"
  - "docs/**"
  - "**/docs/**"

coverage:
  status:
    project:
      default:
        target: auto
        threshold: 1%
    patch:
      default:
        target: 60%
        threshold: 1%