impacted 2.0.1

2d collision test for arbitrary convex shapes
Documentation
tasks:
  - before: rustup component add clippy
    init: |
      cargo update
      cargo clippy --all-features --all-targets
      cargo doc --all-features --no-deps
      cargo test --tests --all-features
    command: cargo watch -x 'test --all-features' -x 'clippy --all-targets --all-features' -x 'doc --all-features --no-deps'

vscode:
  extensions:
    - belfz.search-crates-io
    - matklad.rust-analyzer
    - serayuzgur.crates
    - bungcip.better-toml

github:
  prebuilds:
    master: true
    branches: true
    pullRequests: true
    pullRequestsFromForks: true
    addCheck: true
    addComment: false
    addBadge: false