-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30b4fc6
commit 8bd65bd
Showing
4 changed files
with
20 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
f6a0288a806954b8c0f1d34148aa43e1 public/rime.data | ||
105f93181e4e6e168b67bc08bd046ada public/rime.js | ||
a279df89ea5ba5c2762c7bcee67b30cd public/rime.wasm | ||
0ea933b8e7832482390034f932ef2758 public/rime.js | ||
8368e02984d3712f4c1512a798f41c9f public/rime.wasm |
Submodule librime
updated
15 files
+0 −1 | .github/workflows/macos-build.yml | |
+2 −2 | .github/workflows/release-ci.yml | |
+2 −13 | .github/workflows/windows-build.yml | |
+5 −3 | CMakeLists.txt | |
+2 −2 | Makefile | |
+3 −23 | build-clang.bat | |
+6 −98 | build.bat | |
+1 −2 | deps.mk | |
+0 −17 | install-boost.sh | |
+12 −0 | src/rime/engine.cc | |
+1 −0 | src/rime/gear/charset_filter.cc | |
+0 −4 | src/rime/gear/schema_list_translator.cc | |
+15 −11 | src/rime/lever/deployment_tasks.cc | |
+5 −1 | src/rime/setup.cc | |
+1 −0 | src/rime_api.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters