[package] name = "vgastream-rs" version = "0.1.2" edition = "2021" description = "High level VGA(0xB8000) library in freestanding Rust." license = "MIT OR Apache-2.0" readme = "README.md" homepage = "https://gitlab.com/hwoy/vgastream-rs" documentation = "https://docs.rs/vgastream-rs" publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cursor-rs = "0.1.4" vga-rs = "0.1.4"