Initial, still major WIP
This commit is contained in:
commit
0c503a549a
21 changed files with 1302 additions and 0 deletions
16
Cargo.toml
Normal file
16
Cargo.toml
Normal 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 = "*"
|
||||
Reference in a new issue