Ongoing work on supporting GTK, had to rework some concepts due to the way gtk-rs works.

This commit is contained in:
Ryan McGrath 2019-06-08 13:56:39 -07:00
parent f15cf258af
commit 0d8a14ce67
No known key found for this signature in database
GPG key ID: 811674B62B666830
20 changed files with 378 additions and 301 deletions

View file

@ -5,4 +5,4 @@ authors = ["Ryan McGrath <ryan@rymc.io>"]
edition = "2018"
[dependencies]
alchemy = { path = "../../alchemy", version = "0.2.0", features = ["cocoa"] }
alchemy = { path = "../../alchemy", version = "0.2.0", features = ["gtkrs"] }