13 lines
206 B
TOML
13 lines
206 B
TOML
[package]
|
|
name = "graphics"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
display_list = { path = "../display_list" }
|
|
shared = { path = "../shared" }
|
|
tracing.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|