Files
RedBear-OS/drivers/graphics/console-draw/Cargo.toml
T
2026-05-15 17:21:18 -06:00

20 lines
328 B
TOML

[package]
name = "console-draw"
description = "Shared terminal drawing code library"
version = "0.1.0"
edition = "2021"
[dependencies]
drm.workspace = true
orbclient.workspace = true
ransid.workspace = true
psf-rs.workspace = true
graphics-ipc = { path = "../graphics-ipc" }
[features]
default = []
[lints]
workspace = true