Compare commits

..

3 Commits

Author SHA1 Message Date
bspeice dfc9cf821c Fix palette blend modes, add unit tests
CI / cargo fmt (push) Successful in 21s
CI / cargo test (GPU) (push) Has been cancelled
CI / cargo test (push) Has been cancelled
2026-07-03 16:18:01 -04:00
bspeice 54ba76b380 Implement camera colors
CI / cargo fmt (push) Successful in 22s
CI / cargo test (push) Successful in 12m34s
CI / cargo test (GPU) (push) Successful in 12m51s
Still needs some unit tests, and to fix the gasket example
2026-07-03 14:07:45 -04:00
bspeice a1b9a274f7 Implement transform colors 2026-07-03 11:30:40 -04:00
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo check --all-targets
- run: cargo check
- run: cargo test
test-gpu: