feat: nyash.toml v2完全対応とinit関数オプション化
主な変更: - nyash.toml v2形式(マルチBox型プラグイン)に完全対応 - plugin-testerをv2対応に全面更新 - Host VTable完全廃止でシンプル化 - init関数をオプション化(グローバル初期化用) - FileBoxプラグインを新設計に移行(once_cell使用) 仕様更新: - nyash_plugin_invoke(必須)とnyash_plugin_init(オプション)の2関数体制 - すべてのメタ情報はnyash.tomlから取得 - プラグインは自己完結でログ出力 テスト確認: - plugin-testerでFileBoxの動作確認済み - birth/finiライフサイクル正常動作 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@ -8,6 +8,7 @@ crate-type = ["cdylib"] # 動的ライブラリとしてビルド
|
||||
|
||||
[dependencies]
|
||||
# 最小限の依存関係のみ
|
||||
once_cell = "1.20"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
Reference in New Issue
Block a user