Import rgb 0.8.36 upstream upstream/0.8.36
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 6 Apr 2023 00:10:47 +0000 (09:10 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 6 Apr 2023 00:10:47 +0000 (09:10 +0900)
commitf65c0f7a04f82394cd0b53a81bcf8084a26742cc
tree3fc26ba6865da2e92444a29e3973edf14a417aed
Import rgb 0.8.36
17 files changed:
.cargo_vcs_info.json [new file with mode: 0644]
Cargo.lock [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
Cargo.toml.orig [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
examples/example.rs [new file with mode: 0644]
examples/serde.rs [new file with mode: 0644]
src/alt.rs [new file with mode: 0644]
src/internal/convert/array.rs [new file with mode: 0644]
src/internal/convert/mod.rs [new file with mode: 0644]
src/internal/convert/tuple.rs [new file with mode: 0644]
src/internal/ops.rs [new file with mode: 0644]
src/internal/pixel.rs [new file with mode: 0644]
src/internal/rgb.rs [new file with mode: 0644]
src/internal/rgba.rs [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]