You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-fast-srgb8/SOURCES/fast-srgb8-fix-metadata.diff

12 lines
428 B

--- fast-srgb8-1.0.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ fast-srgb8-1.0.0/Cargo.toml 2023-11-29T12:15:51.959242+00:00
@@ -21,7 +21,7 @@
readme = "README.md"
keywords = ["srgb", "simd", "color", "rgb", "convert"]
categories = ["graphics", "no-std", "mathematics", "rendering"]
-license = "MIT OR Apache-2.0 OR CC0-1.0"
+license = "MIT OR Apache-2.0"
repository = "https://github.com/thomcc/fast-srgb8"
[dependencies]