Skip to content

Commit

Permalink
Using correct imageflow release
Browse files Browse the repository at this point in the history
  • Loading branch information
naps62 committed Nov 30, 2020
1 parent ad92cdc commit e88fe74
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 1 addition & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ defmodule Imageflow.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:rustler, github: "hansihe/rustler", sparse: "rustler_mix"},
{:rustler, "~> 0.21.0"},
{:jason, "~> 1.2"}
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
]
end

Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"jason": {:hex, :jason, "1.2.2", "ba43e3f2709fd1aa1dce90aaabfd039d000469c05c56f0b8e31978e03fa39052", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "18a228f5f0058ee183f29f9eae0805c6e59d61c3b006760668d8d18ff0d12179"},
"rustler": {:git, "https://github.com/hansihe/rustler.git", "fa221b9292332955ece4d5733e61cf9054efbc23", [sparse: "rustler_mix"]},
"rustler": {:hex, :rustler, "0.21.1", "5299980be32da997c54382e945bacaa015ed97a60745e1e639beaf6a7b278c65", [:mix], [{:toml, "~> 0.5.2", [hex: :toml, repo: "hexpm", optional: false]}], "hexpm", "6ee1651e10645b2b2f3bb70502bf180341aa058709177e9bc28c105934094bc6"},
"toml": {:hex, :toml, "0.5.2", "e471388a8726d1ce51a6b32f864b8228a1eb8edc907a0edf2bb50eab9321b526", [:mix], [], "hexpm", "f1e3dabef71fb510d015fad18c0e05e7c57281001141504c6b69d94e99750a07"},
}
6 changes: 6 additions & 0 deletions native/imageflow_ex/Cargo.lock

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

6 changes: 2 additions & 4 deletions native/imageflow_ex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ crate-type = ["dylib"]
[dependencies]
rustler = "0.21.1"
lazy_static = "1.0"
# imageflow_core = { git = "https://github.com/imazen/imageflow", tag = "v1.5.3-rc57" }
# imageflow_types = { git = "https://github.com/imazen/imageflow", tag = "v1.5.3-rc57" }
imageflow_core = { path = "../../../../contrib/imageflow/imageflow_core" }
imageflow_types = { path = "../../../../contrib/imageflow/imageflow_types" }
imageflow_core = { git = "https://github.com/imazen/imageflow", tag = "v1.5.3-rc57" }
imageflow_types = { git = "https://github.com/imazen/imageflow", tag = "v1.5.3-rc57" }

0 comments on commit e88fe74

Please sign in to comment.