Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ What's New in libchewing (unreleased)
- New boolean config option `chewing.sort_candidates_by_frequency` can be
set to enable sorting candidates by frequency.
- Rust type SyllableSlice is removed from public interfaces.
- Provide libchewing as a Swift package (C based API only).

* Bug Fixes
- Auto shift cursor after candidate selection now moves the cursor to the
Expand Down
2 changes: 1 addition & 1 deletion swift/tools/CargoBuildPlugin/Plugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct CargoBuildPlugin: BuildToolPlugin {
init(_ s: String) { description = s }
}
throw UserError(
"`cargo` not found on the system. Please install Rust (https://rustup.rs/) to enable automatic builds, or disable automatic Cargo build by setting `LIBCHEWING_AUTO_BUILD_CARGO=0` and run `swift/scripts/build-cargo.sh` manually to produce the library before running `swift build`."
"`cargo` not found on the system. Please install Rust (https://rustup.rs/) to enable automatic builds, or disable automatic Cargo build by setting `LIBCHEWING_AUTO_BUILD_CARGO=0` and manually compile the Rust library before running `swift build`."
)
}

Expand Down
69 changes: 0 additions & 69 deletions tools/CargoBuildPlugin/Plugin.swift

This file was deleted.

Loading