Skip to content

Commit 19812a9

Browse files
authored
Merge pull request #1137 from jaytaph/css-color-fixes
Moved CSS named-color table to gosub_shared so inline styles can reso…
2 parents 1398fd2 + cd2afdd commit 19812a9

6 files changed

Lines changed: 707 additions & 705 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/gosub_css3/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description = "CSS3 parser for Gosub"
99
[dependencies]
1010
gosub_shared = { version = "0.1.1", registry = "gosub", path = "../gosub_shared", features = [] }
1111
gosub_interface = { version = "0.1.1", registry = "gosub", path = "../gosub_interface", features = [] }
12-
lazy_static = { workspace = true }
1312
log = { workspace = true }
1413
anyhow = { workspace = true, features = [] }
1514
colors-transform = "0.2.11"

0 commit comments

Comments
 (0)