diff --git a/README.md b/README.md index c0ad06f..31d4c85 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ -# novonotes_run_loop +# novonotes_run_loop has moved to novonotes/wxp + +> [!IMPORTANT] +> **This repository is archived and no longer maintained.** +> +> Go to **[`novonotes/wxp/crates/run_loop`](https://github.com/novonotes/wxp/tree/main/crates/run_loop)** +> for the latest source, issues, and pull requests. +> +> New dependency pins should use the `novonotes_run_loop` package from +> [`novonotes/wxp`](https://github.com/novonotes/wxp), not this repository. A platform-independent run loop interface for Rust. A fork of [irondash_run_loop](https://github.com/irondash/irondash/tree/main/run_loop) with enhanced safety and error handling for DLL environments. @@ -122,6 +131,15 @@ fn main() { For information on using the test helpers and test harness, see the [Testing Guide](docs/testing.md). +## Installation + +Use the `novonotes_run_loop` package from the `novonotes/wxp` monorepo: + +```toml +[dependencies] +novonotes_run_loop = { git = "https://github.com/novonotes/wxp.git", package = "novonotes_run_loop", rev = "" } +``` + ## License MIT License (same as the original project) diff --git a/README_JA.md b/README_JA.md index 7e4d40d..e44888b 100644 --- a/README_JA.md +++ b/README_JA.md @@ -1,4 +1,15 @@ -# novonotes_run_loop +# novonotes_run_loop は novonotes/wxp に移動しました + +> [!IMPORTANT] +> **このリポジトリは archive され、今後は更新されません。** +> +> 最新のソース、issue、pull request は +> **[`novonotes/wxp/crates/run_loop`](https://github.com/novonotes/wxp/tree/main/crates/run_loop)** +> を参照してください。 +> +> 新しい依存指定では、このリポジトリではなく +> [`novonotes/wxp`](https://github.com/novonotes/wxp) の `novonotes_run_loop` +> package を使ってください。 プラットフォーム独立なランループインターフェースを提供する Rust クレート。 [irondash_run_loop](https://github.com/irondash/irondash/tree/main/run_loop) をベースに、DLL 環境での安全性やエラーハンドリングなどを強化したフォークです。 @@ -120,6 +131,15 @@ fn main() { run_loop のテストヘルパーとテストハーネスの使い方については、[テストガイド](docs/testing.md)を参照してください。 +## インストール方法 + +`novonotes/wxp` monorepo の `novonotes_run_loop` package を利用してください。 + +```toml +[dependencies] +novonotes_run_loop = { git = "https://github.com/novonotes/wxp.git", package = "novonotes_run_loop", rev = "
" } +``` + ## ライセンス MIT License(オリジナルプロジェクトと同じ)