Skip to content

Commit be69307

Browse files
committed
papki -> fsif
1 parent ebb3298 commit be69307

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

build/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repositories {
4444
}
4545
dependencies {
4646
implementation 'io.github.cppfw:utki:+'
47-
implementation 'io.github.cppfw:papki:+'
47+
implementation 'io.github.cppfw:fsif:+'
4848
// implementation project(path: ':ruis-render-opengles', configuration: 'default')
4949
}
5050

build/cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ myci_declare_library(${name}
2626
DEPENDENCIES
2727
rasterimage
2828
r4
29-
papki
29+
fsif
3030
tml
3131
utki
3232
agg

build/vcpkg/test/vcpkg-configuration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
{
99
"kind": "git",
1010
"repository": "https://github.com/cppfw/vcpkg-repo/",
11-
"baseline": "e56d2e8bc1386d6189b8276f203c1e8f056f820c",
11+
"baseline": "ba96f67f3644424b96df93a912c4208b924109b3",
1212
"reference": "main",
1313
"packages": [
1414
"myci",
1515
"utki",
16-
"papki",
16+
"fsif",
1717
"ruis",
1818
"r4",
1919
"rasterimage",

build/vcpkg/vcpkg.json.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"name" : "myci",
18-
"host" : true
18+
"host" : false
1919
},
2020
"utki",
2121
"ruis",

0 commit comments

Comments
 (0)