Skip to content

Commit d478409

Browse files
authored
Auto merge of #309 - tiaanl:new-csscolor, r=emilio
Implement [ok]lab, [ok]lch from color-4 spec. https://w3c.github.io/csswg-drafts/css-color-4/#lab-colors The size of the new color structs are 32*4 bits which is much bigger than the original 32bit for the RGBA value. This might change in the future.
2 parents 375b537 + 250e11d commit d478409

13 files changed

+26590
-21235
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cssparser"
3-
version = "0.29.6"
3+
version = "0.30.0"
44
authors = [ "Simon Sapin <[email protected]>" ]
55

66
description = "Rust implementation of CSS Syntax Level 3"

0 commit comments

Comments
 (0)