Initial commit.

This commit is contained in:
Juergen Stuber
2018-11-28 16:02:33 +01:00
當前提交 759c9c4f8a
共有 7 個文件被更改,包括 562 次插入0 次删除

8
Cargo.toml Normal file
查看文件

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