Skip to content

Commit

Permalink
Merge pull request #239 from chewing/refactor-rustify-prefs
Browse files Browse the repository at this point in the history
feat: rustify ChewingPreferences and implement chewing-editor
  • Loading branch information
kanru authored Dec 30, 2024
2 parents 0c44e80 + b8715fa commit 4e00dae
Show file tree
Hide file tree
Showing 48 changed files with 6,638 additions and 2,058 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ xtask = "run --package xtask --"

[target.i686-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
linker = "rust-lld"

[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
linker = "rust-lld"
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 3.24.0)
project(windows-chewing-tsf LANGUAGES CXX)

add_subdirectory(libchewing)
add_subdirectory(ChewingPreferences)

set(CPACK_PACKAGE_CHECKSUM SHA256)
set(CPACK_PACKAGE_VERSION 24.10.1)
Expand Down
Loading

0 comments on commit 4e00dae

Please sign in to comment.