14 lines
346 B
TOML
14 lines
346 B
TOML
[package]
|
|
name = "jay-theme"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
jay-cmm = { path = "../cmm" }
|
|
jay-config = { path = "../jay-config" }
|
|
jay-gfx-types = { path = "../gfx-types" }
|
|
jay-utils = { path = "../utils" }
|
|
|
|
linearize = { version = "0.1.3", features = ["derive"] }
|
|
num-traits = "0.2.17"
|