Skip to content

Commit

Permalink
rfct(crates/lang_unicodes): migrate to opencc-rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia committed Dec 27, 2024
1 parent 828df8b commit 9840afd
Show file tree
Hide file tree
Showing 10 changed files with 394 additions and 317 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM konghayao123/best-cn-dev-container:1.1.0
RUN apt install -y llvm clang pkg-config libssl-dev
RUN apt install -y protobuf-compiler && protoc --version
RUN apt install -y opencc && opencc --version
RUN bash /init/rust.sh
ENV RUSTUP_DIST_SERVER="https://rsproxy.cn"
ENV RUSTUP_UPDATE_ROOT="https://rsproxy.cn/rustup"
RUN /root/.cargo/bin/rustup target add wasm32-wasip1
COPY wasi-install.sh /init/
RUN . /init/wasi-install.sh
COPY wasm-opt-install.sh /init/
RUN . /init/wasm-opt-install.sh
RUN . /init/wasm-opt-install.sh
Loading

0 comments on commit 9840afd

Please sign in to comment.