chrom 1.2.0

A simple library for representing colours
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Release
on:
  release:
    types: published
jobs:
  publish:
    name: Publish
    runs-on: ubuntu-latest
    steps:
      - name: Checkout Repo
        uses: actions/checkout@v4
      - name: Publish to Crates.io
        run: cargo publish
        env:
          CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}