2023-03-25 09:24:34 +00:00
|
|
|
[package]
|
2023-12-25 03:12:25 +00:00
|
|
|
name = "aster-framebuffer"
|
2023-03-25 09:24:34 +00:00
|
|
|
version = "0.1.0"
|
2025-12-25 07:17:37 +00:00
|
|
|
edition.workspace = true
|
2023-03-25 09:24:34 +00:00
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2024-06-19 08:18:39 +00:00
|
|
|
ostd = { path = "../../../ostd" }
|
2023-04-10 03:12:42 +00:00
|
|
|
component = { path = "../../libs/comp-sys/component" }
|
2025-04-29 08:45:08 +00:00
|
|
|
aster-console = { path = "../console" }
|
2025-08-22 08:39:43 +00:00
|
|
|
aster-input = { path = "../input" }
|
2023-03-25 09:24:34 +00:00
|
|
|
log = "0.4"
|
|
|
|
|
spin = "0.9.4"
|
|
|
|
|
|
2025-01-24 16:56:07 +00:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|