diff --git a/Cargo.lock b/Cargo.lock index f6d96170..70139cfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -767,7 +767,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "pixels" -version = "0.0.1" +version = "0.0.2" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index df4c43ca..2aaa9c2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pixels" description = "A tiny library providing a GPU-powered pixel frame buffer." -version = "0.0.1" +version = "0.0.2" authors = ["Jay Oster "] edition = "2018" repository = "https://github.com/parasyte/pixels"