Files
rust_browser/crates/graphics/Cargo.toml
2026-01-29 01:16:53 -05:00

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