tauri-plugin-penetrable 0.1.4

Using the win32api to achieve click-through of the tauri main window
docs.rs failed to build tauri-plugin-penetrable-0.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: tauri-plugin-penetrable-0.1.3

tauri-plugin-penetrable

Using the win32api to achieve click-through of the tauri main window
利用win32api实现tauri主窗口点击穿透
win32api を利用して、tauri メインウィンドウのクリックスルーを実現する
  • Installation

cargo add tauri-plugin-penetrable
use tauri_plugin_penetrable::PenetrablePlugin;

fn main() {
  tauri::Builder::default().plugin(
      PenetrablePlugin::init(),
  );
}