Skip to content

Commit b17493b

Browse files
committed
Restore live_view_native dependency definition
1 parent 771afcc commit b17493b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mix.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ defmodule LiveViewNative.SwiftUI.MixProject do
5454
{:makeup_json, "~> 0.1.0", only: [:docs, :test]},
5555
{:makeup_eex, ">= 0.1.1"},
5656
{:floki, ">= 0.30.0", only: :test},
57+
{:live_view_native, github: "liveview-native/live_view_native", branch: "main"},
5758
{:live_view_native_stylesheet, github: "liveview-native/live_view_native_stylesheet", branch: "main", only: :test},
5859
{:live_view_native_test, github: "liveview-native/live_view_native_test", branch: "main", only: :test},
5960
{:nimble_parsec, "~> 1.3"}

0 commit comments

Comments
 (0)