screen_layer 0.1.0

A library which provides layer structure for writing OS.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.rgb]
version = "0.8.25"

[dependencies.vek]
default-features = false
features = ["libm"]
version = "0.12.0"

[package]
authors = ["toku-sa-n <tokusan441@gmail.com>"]
categories = ["no-std", "os", "gui"]
description = "A library which provides layer structure for writing OS."
edition = "2018"
keywords = ["no_std", "os", "gui"]
license = "MPL-2.0"
name = "screen_layer"
repository = "https://github.com/toku-sa-n/screen_layer"
version = "0.1.0"