bd595851e2
251 files: init, acpid, ipcd, netcfg, ihdgd, virtio-gpud, scheme-utils, inputd, block driver, ptyd, ramfs, randd, initfs bootstrap, path deps, version +rb0.3.1, author attribution
19 lines
304 B
TOML
19 lines
304 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
|
|
|
|
graphics-ipc = { path = "../graphics-ipc" }
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[lints]
|
|
workspace = true
|