forked from AbleOS/ableos_userland
10 lines
230 B
TOML
10 lines
230 B
TOML
[package]
|
|
name = "able_graphics_library"
|
|
version = "0.1.2"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
versioning = { path = "../versioning" }
|