ableos_userland/libraries/able_graphics_library/Cargo.toml

12 lines
268 B
TOML
Raw Permalink Normal View History

2022-12-03 18:15:03 +00:00
[package]
2022-12-04 11:19:23 +00:00
name = "able_graphics_library"
version = "0.1.2"
2022-12-03 18:15:03 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-12-04 11:19:23 +00:00
versioning = { path = "../versioning" }
2023-05-06 09:35:44 +00:00
embedded-graphics = "0.7.1"
2023-05-09 03:31:10 +00:00
log = "*"