Skip to content

updated opacity range to 0.0..=255.0 #51

updated opacity range to 0.0..=255.0

updated opacity range to 0.0..=255.0 #51

Workflow file for this run

name: Dev Builds
on:
push:
paths:
- Cargo.lock
- Cargo.toml
- src/**
- assets/**
- ".github/**"
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit