Skip to content

Commit

Permalink
Up.
Browse files Browse the repository at this point in the history
  • Loading branch information
FloVanGH committed Apr 22, 2020
1 parent 59b45b7 commit 4c2382a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 18 deletions.
33 changes: 24 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ path = "src/lib.rs"
opt-level = 1

[dependencies]
orbtk-api = { version = "0.3.1-alpha2", path = "crates/api" }
orbtk-css-engine = { version = "0.3.1-alpha2", path = "crates/css-engine" }
orbtk-proc-macros = { version = "0.3.1-alpha2", path = "crates/proc-macros" }
orbtk-render = { version = "0.3.1-alpha2", path = "crates/render" }
orbtk-shell = { version = "0.3.1-alpha2", path = "crates/shell" }
orbtk-theme = { version = "0.3.1-alpha2", path="crates/theme" }
orbtk-utils = { version = "0.3.1-alpha2", path = "crates/utils" }
orbtk-tree = { version = "0.3.1-alpha2", path="crates/tree" }
orbtk-widgets = { version = "0.3.1-alpha2", path="crates/widgets" }
orbtk-api = "0.3.1-alpha2"
orbtk-css-engine = "0.3.1-alpha2"
orbtk-proc-macros = "0.3.1-alpha2"
orbtk-render = "0.3.1-alpha2"
orbtk-shell = "0.3.1-alpha2"
orbtk-theme = "0.3.1-alpha2"
orbtk-utils = "0.3.1-alpha2"
orbtk-tree = "0.3.1-alpha2"
orbtk-widgets = "0.3.1-alpha2"
dces = "0.2"

[dev-dependencies]
Expand Down

0 comments on commit 4c2382a

Please sign in to comment.