What’s the name for the QmlEditor dependency for mix.exs?
When I’m using
defp deps do
[
{:qml, "~> 0.9"}
]
end
and
mix deps.get
I get the error
** (Mix) No package with name qml (from: mix.exs) in registry
mix
What’s the name for the QmlEditor dependency for mix.exs?
When I’m using
defp deps do
[
{:qml, "~> 0.9"}
]
end
and
mix deps.get
I get the error
** (Mix) No package with name qml (from: mix.exs) in registry
mix
This isn’t a package that’s available: Packages | Hex
Yeah, thanks! That’s what the error message says. And that’s why I asked what such a package might be named…
QmlEditor is an intellij plugin so it’s in in the jetbrains plugins, not on Hex.
Are you looking for Qt bindings for Elixir?
Yes, I’m looking for Qt bindings for Elixir.