File tree Expand file tree Collapse file tree 6 files changed +1
-35
lines changed Expand file tree Collapse file tree 6 files changed +1
-35
lines changed Original file line number Diff line number Diff line change 1
- [submodule "fmt "]
2
- path = fmt
3
- url = https://github.com/fmtlib/fmt
4
1
[submodule "libuv "]
5
2
path = libuv
6
3
url = https://github.com/libuv/libuv
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ both can be installed with `sdkmanager` command line tool.
26
26
## Libraries
27
27
28
28
* boost: [ moritz-wundke/Boost-for-Android] ( https://github.com/moritz-wundke/Boost-for-Android )
29
- * fmt: [ fmtlib/fmt] ( https://github.com/fmtlib/fmt )
30
29
* libevent: [ libevent/libevent] ( https://github.com/libevent/libevent/tree/release-2.1.12-stable )
31
30
* libintl-lite: [ j-jorge/libintl-lite] ( https://github.com/j-jorge/libintl-lite )
32
31
* libime data: [ fcitx/libime] ( https://github.com/fcitx/libime )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ executable prebuilder
25
25
Rules.AnthyData
26
26
Rules.Boost
27
27
Rules.Fcitx5
28
- Rules.Fmt
29
28
Rules.GLog
30
29
Rules.LevelDB
31
30
Rules.LibChewing
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import Development.Shake.Config
16
16
import Rules.AnthyData
17
17
import Rules.Boost
18
18
import Rules.Fcitx5
19
- import Rules.Fmt
20
19
import Rules.GLog
21
20
import Rules.LevelDB
22
21
import Rules.LibChewing
@@ -54,7 +53,6 @@ main = do
54
53
libIMERule
55
54
chineseAddonsRule
56
55
libIMEJyutpingRule
57
- fmtRule
58
56
libuvRule
59
57
libintlLiteRule
60
58
luaRule
@@ -78,7 +76,6 @@ main = do
78
76
let artifacts =
79
77
[ " spell-dict" ,
80
78
" libime" ,
81
- " fmt" ,
82
79
" chinese-addons-data" ,
83
80
" libime-jyutping" ,
84
81
" libuv" ,
@@ -104,8 +101,7 @@ main = do
104
101
getToolchainVersions >>= writeFile' (outputDir </> " toolchain-versions.json" ) . TL. unpack . TLB. toLazyText . A. encodePrettyToTextBuilder
105
102
" fcitx5" ~> do
106
103
need
107
- [ " fmt" ,
108
- " libuv" ,
104
+ [ " libuv" ,
109
105
" libintl-lite"
110
106
]
111
107
" app" ~> do
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments