Skip to content

Commit

Permalink
Now need flo_curves v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Logicalshift committed May 11, 2019
1 parent 39d0fe6 commit c4416dc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions animation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ description = "Describes a FlowBetween animation"
edition = "2018"

[dependencies]
flo_canvas = { path = "../canvas", version = "^0.1.0" }
flo_curves = { git = "https://github.com/Logicalshift/flo_curves", version = "^0.2.2" }
flo_float_encoder = { path = "../float_encoder", version = "^0.1.0" }
flo_canvas = { path = "../canvas", version = "0.1" }
flo_curves = { git = "https://github.com/Logicalshift/flo_curves", version = "0.3" }
flo_float_encoder = { path = "../float_encoder", version = "0.1" }

futures = "^0.1.17"
itertools = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion canvas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/Logicalshift/flowbetween"
description = "Library for describing graphics context drawing actions without requiring a specific implementation"

[dependencies]
flo_curves = { git = "https://github.com/Logicalshift/flo_curves", version = "^0.2.2" }
flo_curves = { git = "https://github.com/Logicalshift/flo_curves", version = "0.3" }

futures = "^0.1.17"
desync = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion flo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include = [ "Cargo.toml", "src/**/*", "svg/**/*" ]
[dependencies]
flo_animation = { path = "../animation", version = "^0.1.0" }
flo_anim_sqlite = { path = "../anim_sqlite", version = "0.2" }
flo_curves = { git = "https://github.com/Logicalshift/flo_curves", version = "^0.2.2" }
flo_curves = { git = "https://github.com/Logicalshift/flo_curves", version = "0.3" }
flo_stream = { git = "https://github.com/Logicalshift/flo_stream", version = "0.3" }
flo_binding = { git = "https://github.com/Logicalshift/flo_binding", version = "1.0" }
flo_ui = { path = "../ui", version = "^0.1.0" }
Expand Down

0 comments on commit c4416dc

Please sign in to comment.