Skip to content

add gamma correction for gradient #7

add gamma correction for gradient

add gamma correction for gradient #7

Workflow file for this run

name: Cargo Build & Test
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Rust project - latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update nightly && rustup default nightly
- uses: Swatinem/rust-cache@v2
- run: cargo build --verbose
- run: cargo test --verbose