[package]
edition = "2021"
name = "oxide-gui-core"
version = "0.1.0"
authors = ["Surendra Shukla <surendra.shukla29@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Portable no_std GUI framework: Backend trait, Canvas, GNOME-style widgets, embedded 8x16 bitmap font. Zero dependencies; runs in OS kernels, embedded systems, and bare metal."
homepage = "https://github.com/shukla-surendra/oxide-gui"
readme = "README.md"
keywords = [
"no-std",
"gui",
"embedded",
"framebuffer",
"kernel",
]
categories = [
"no-std",
"embedded",
"rendering::graphics-api",
]
license = "MIT"
repository = "https://github.com/shukla-surendra/oxide-gui"
[features]
alloc = []
default = []
[lib]
name = "oxide_gui_core"
path = "src/lib.rs"
[dependencies]