From 13d1aa66d4e5d73b7fa3804afc57bc5dd9f51aec Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Thu, 20 Jul 2023 15:04:02 +0300 Subject: [PATCH] chore: fix linx to `init_for_hwnd` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b658e74..43a760a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ muda is a Menu Utilities library for Desktop Applications. - On Windows, accelerators don't work unless the win32 message loop calls [`TranslateAcceleratorW`](https://docs.rs/windows-sys/latest/windows_sys/Win32/UI/WindowsAndMessaging/fn.TranslateAcceleratorW.html). - See [`Menu::init_for_hwnd`](https://docs.rs/muda/latest/muda/struct.Menu.html#method.init_for_hwnd) for more details + See [`Menu::init_for_hwnd`](https://docs.rs/muda/latest/x86_64-pc-windows-msvc/muda/struct.Menu.html#method.init_for_hwnd) for more details ### Cargo Features