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
|
|
@ -10,10 +10,13 @@ categories = ["gui", "rendering::engine", "multimedia"]
|
|||
keywords = ["gui", "css", "styles", "layout", "ui"]
|
||||
|
||||
[features]
|
||||
default = []
|
||||
cocoa = ["objc", "objc_id"]
|
||||
gtkrs = ["gtk"]
|
||||
|
||||
[dependencies]
|
||||
alchemy-styles = { version = "0.1", path = "../styles" }
|
||||
gtk = { version = "0.6.0", features = ["v3_16"], optional = true }
|
||||
objc = { version = "0.2.6", optional = true }
|
||||
objc_id = { version = "0.1.1", optional = true }
|
||||
serde_json = "1"
|
||||
|
|
|
|||
Reference in a new issue