Initial, still major WIP

This commit is contained in:
Ryan McGrath 2018-06-19 23:55:57 -04:00
commit 0c503a549a
No known key found for this signature in database
GPG key ID: 811674B62B666830
21 changed files with 1302 additions and 0 deletions

16
Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "app"
version = "0.1.0"
authors = ["Ryan McGrath <ryan@rymc.io>"]
[dependencies]
libc = "0.2"
objc = "0.2.2"
core-foundation = "0.6.0"
core-graphics = "0.14.0"
cocoa = "0.15.0"
rand = "0.5.0"
im = "10.2.0"
objc_id = "0.1.0"
serde = "*"
serde_json = "*"