Initial commit.

This commit is contained in:
Juergen Stuber
2018-11-28 16:02:33 +01:00
commit 759c9c4f8a
7 changed files with 562 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "pixelfoo"
version = "0.1.0"
authors = ["juergen <juergen@chaospott.de>"]
edition = "2018"
[dependencies]
rand = "0.6.0"