feat: first take at UI app

This commit is contained in:
2026-04-24 14:54:04 +02:00
parent 78609377be
commit 1b5a5008eb
24 changed files with 2630 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ defmodule BDS.MixProject do
def application do
[
extra_applications: [:logger],
extra_applications: [:logger, :wx],
mod: {BDS.Application, []}
]
end
@@ -30,6 +30,8 @@ defmodule BDS.MixProject do
{:earmark, "~> 1.4"},
{:liquex, "~> 0.13.1"},
{:plug, "~> 1.18"},
{:bandit, "~> 1.5"},
{:desktop, "~> 1.5"},
{:image, "~> 0.65"},
{:stemex, "~> 0.2.1"}
]