Compare commits

..

5 Commits

Author SHA1 Message Date
bspeice 0d9d2b693e Fix palette blend modes, add unit tests
CI / cargo fmt (push) Successful in 27s
CI / cargo test (push) Successful in 13m16s
CI / cargo test (GPU) (push) Successful in 12m53s
2026-07-03 17:48:35 -04:00
bspeice 5bd325d0ea Implement camera colors
Still needs some unit tests, and to fix the gasket example
2026-07-03 17:48:35 -04:00
bspeice 4e508884ae Implement transform colors 2026-07-03 17:48:35 -04:00
bspeice 4005e14ab0 Merge pull request 'Include examples as part of cargo check' (#5) from ci_all_targets into main
CI / cargo fmt (push) Successful in 22s
CI / cargo test (push) Successful in 13m7s
CI / cargo test (GPU) (push) Successful in 12m35s
Reviewed-on: #5
2026-07-03 17:48:20 -04:00
bspeice 3bd01da563 Include examples as part of cargo check
CI / cargo fmt (push) Successful in 23s
CI / cargo test (push) Successful in 13m22s
CI / cargo test (GPU) (push) Successful in 12m35s
2026-07-03 16:23:11 -04:00
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- uses: actions-rust-lang/setup-rust-toolchain@v1 - uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo check - run: cargo check --all-targets
- run: cargo test - run: cargo test
test-gpu: test-gpu: