mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-23 04:01:29 +11:00
chore: fix links in API document and add document link to README.md (#118)
* chore: fix links in API document and add document link to README.md * Update README.md
This commit is contained in:
parent
4a41e5231e
commit
f3b7d54224
|
@ -1,4 +1,8 @@
|
|||
muda is a Menu Utilities library for Desktop Applications.
|
||||
### muda
|
||||
|
||||
Menu Utilities library for Desktop Applications.
|
||||
|
||||
[![Documentation](https://img.shields.io/docsrs/muda)](https://docs.rs/muda/latest/muda/)
|
||||
|
||||
## Platforms supported:
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ impl AboutMetadata {
|
|||
/// - [`AboutMetadata::authors`] (from `CARGO_PKG_AUTHORS`)
|
||||
/// - [`AboutMetadata::comments`] (from `CARGO_PKG_DESCRIPTION`)
|
||||
/// - [`AboutMetadata::license`] (from `CARGO_PKG_LICENSE`)
|
||||
/// - [`AboutMetadata::homepage`] (from `CARGO_PKG_HOMEPAGE`)
|
||||
/// - [`AboutMetadata::website`] (from `CARGO_PKG_HOMEPAGE`)
|
||||
///
|
||||
/// [cargo]: https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-crates
|
||||
pub fn from_cargo_metadata() -> Self {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
//!
|
||||
//! - 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
|
||||
//!
|
||||
//! # Dependencies (Linux Only)
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue