eclipse_framebuffer 0.1.0

A lightweight no_std framebuffer text renderer with scrolling support for bare-metal Rust and the Limine bootloader
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "eclipse_framebuffer"
version = "0.1.0"
edition = "2021"
authors = ["GhostedGaming <epicrobloxgamer41@gmail.com>"]
description = "A lightweight no_std framebuffer text renderer with scrolling support for bare-metal Rust and the Limine bootloader"
license = "MIT"
repository = "https://github.com/GhostedGaming/eclipse-os"
documentation = "https://docs.rs/eclipse_framebuffer"
homepage = "https://github.com/GhostedGaming/eclipse-os"
readme = "README.md"
keywords = ["no-std", "framebuffer", "limine", "osdev", "bare-metal"]
categories = ["no-std", "os", "embedded"]

[dependencies]