Rename desktop eventloop extensions to run_return extension (#1738)
This commit is contained in:
parent
edf396b1a4
commit
66859607a3
5 changed files with 14 additions and 13 deletions
|
|
@ -11,7 +11,7 @@
|
|||
//!
|
||||
//! And the following platform-specific module:
|
||||
//!
|
||||
//! - `desktop` (available on `windows`, `unix`, and `macos`)
|
||||
//! - `run_return` (available on `windows`, `unix`, `macos`, and `android`)
|
||||
//!
|
||||
//! However only the module corresponding to the platform you're compiling to will be available.
|
||||
|
||||
|
|
@ -21,5 +21,5 @@ pub mod macos;
|
|||
pub mod unix;
|
||||
pub mod windows;
|
||||
|
||||
pub mod desktop;
|
||||
pub mod run_return;
|
||||
pub mod web;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue