Ongoing work on supporting GTK, had to rework some concepts due to the way gtk-rs works.
This commit is contained in:
parent
f15cf258af
commit
0d8a14ce67
20 changed files with 378 additions and 301 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Reference in a new issue