Guess I should put this under version control LOL
This commit is contained in:
commit
2035318460
73 changed files with 8836 additions and 0 deletions
8
examples/layout/Cargo.toml
Normal file
8
examples/layout/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "layout"
|
||||
version = "0.1.0"
|
||||
authors = ["Ryan McGrath <ryan@rymc.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
alchemy = { path = "../../alchemy", version = "0.2.0", features = ["cocoa"] }
|
||||
Reference in a new issue