the beginnings of the text_svg

This commit is contained in:
Chris Cochrun 2025-03-27 15:20:32 -05:00
parent 46cdf53c6e
commit ed80ccaa55
4 changed files with 177 additions and 24 deletions

7
Cargo.lock generated
View file

@ -1156,6 +1156,12 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
[[package]]
name = "colors-transform"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9226dbc05df4fb986f48d730b001532580883c4c06c5d1c213f4b34c1c157178"
[[package]]
name = "com"
version = "0.6.0"
@ -4165,6 +4171,7 @@ name = "lumina"
version = "0.1.0"
dependencies = [
"clap",
"colors-transform",
"cosmic-time",
"crisp",
"dirs",