Added assets repo as a submodule and removed local assets

This commit is contained in:
hayk888997
2026-03-12 03:26:29 +04:00
parent 0fd51ffa99
commit de0845aa8d
10 changed files with 5 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "art"]
path = art
url = git@github.com:simplex-chat/simplex-chat-art.git

View File

@@ -31,6 +31,7 @@ kotlin {
}
val commonMain by getting {
resources.srcDir(rootProject.rootDir.resolve("../../art/multiplatform"))
dependencies {
api(compose.runtime)
api(compose.foundation)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 385 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 554 KiB

1
art Submodule

Submodule art added at a4e6962b80