oxide-gui-core 0.1.0

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.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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]