Add badges to readme

This commit is contained in:
Ryan Kennedy 2020-03-16 19:21:39 -05:00
parent 26d13e1380
commit 6d13a5751a

View file

@ -1,3 +1,5 @@
[![Build Status](https://github.com/rust-osdev/vga/workflows/Build/badge.svg)](https://github.com/rust-osdev/vga/actions?query=workflow%3ABuild) [![Docs.rs Badge](https://docs.rs/vga/badge.svg)](https://docs.rs/vga/)
# vga
This crate provides vga specific functions, data structures,
and access to various registers.