-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="A renderer-agnostic native GUI runtime."><title>iced_runtime - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-e883e87179a81222.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="iced_runtime" data-themes="" data-resource-suffix="" data-rustdoc-version="1.76.0-nightly (d86d65bbc 2023-12-10)" data-channel="nightly" data-search-js="search-5a66c239c06b3a66.js" data-settings-js="settings-fe03fdc259827cd2.js" ><script src="../static.files/storage-bc37acceda91d44a.js"></script><script defer src="../crates.js"></script><script defer src="../static.files/main-77dede896d6ac08e.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-5d8b3c7633ad77ba.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod crate"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">☰</button><a class="logo-container" href="../iced_runtime/index.html"><img src="https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg" alt=""></a></nav><nav class="sidebar"><div class="sidebar-crate"><a class="logo-container" href="../iced_runtime/index.html"><img src="https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg" alt="logo"></a><h2><a href="../iced_runtime/index.html">iced_runtime</a><span class="version">0.12.0</span></h2></div><div class="sidebar-elems"><ul class="block"> | ||
<li><a id="all-types" href="all.html">All Items</a></li></ul><section><ul class="block"><li><a href="#reexports">Re-exports</a></li><li><a href="#modules">Modules</a></li><li><a href="#structs">Structs</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Crate <a class="mod" href="#">iced_runtime</a><button id="copy-path" title="Copy item path to clipboard"><img src="../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../src/iced_runtime/lib.rs.html#1-48">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A renderer-agnostic native GUI runtime.</p> | ||
<p><img src="https://github.com/iced-rs/iced/raw/improvement/update-ecosystem-and-roadmap/docs/graphs/native.png" alt="The native path of the Iced ecosystem" /></p> | ||
<p><img src="https://github.com/iced-rs/iced/blob/master/docs/graphs/native.png?raw=true" alt="The native path of the Iced ecosystem" /></p> | ||
<p><code>iced_runtime</code> takes <a href="https://github.com/iced-rs/iced/tree/0.12/core"><code>iced_core</code></a> and builds a native runtime on top of it.</p> | ||
</div></details><h2 id="reexports" class="section-header"><a href="#reexports">Re-exports</a></h2><ul class="item-table"><li><div class="item-name" id="reexport.Command"><code>pub use command::<a class="struct" href="command/struct.Command.html" title="struct iced_runtime::command::Command">Command</a>;</code></div></li><li><div class="item-name" id="reexport.Program"><code>pub use program::<a class="trait" href="program/trait.Program.html" title="trait iced_runtime::program::Program">Program</a>;</code></div></li><li><div class="item-name" id="reexport.UserInterface"><code>pub use user_interface::<a class="struct" href="user_interface/struct.UserInterface.html" title="struct iced_runtime::user_interface::UserInterface">UserInterface</a>;</code></div></li><li><div class="item-name" id="reexport.core"><code>pub use iced_core as core;</code></div></li><li><div class="item-name" id="reexport.futures"><code>pub use iced_futures as futures;</code></div></li></ul><h2 id="modules" class="section-header"><a href="#modules">Modules</a></h2><ul class="item-table"><li><div class="item-name"><a class="mod" href="clipboard/index.html" title="mod iced_runtime::clipboard">clipboard</a></div><div class="desc docblock-short">Access the clipboard.</div></li><li><div class="item-name"><a class="mod" href="command/index.html" title="mod iced_runtime::command">command</a></div><div class="desc docblock-short">Run asynchronous actions.</div></li><li><div class="item-name"><a class="mod" href="font/index.html" title="mod iced_runtime::font">font</a></div><div class="desc docblock-short">Load and use fonts.</div></li><li><div class="item-name"><a class="mod" href="keyboard/index.html" title="mod iced_runtime::keyboard">keyboard</a></div><div class="desc docblock-short">Track keyboard events.</div></li><li><div class="item-name"><a class="mod" href="multi_window/index.html" title="mod iced_runtime::multi_window">multi_window</a><span class="stab portability" title="Available on crate feature `multi-window` only"><code>multi-window</code></span></div><div class="desc docblock-short">A multi-window application.</div></li><li><div class="item-name"><a class="mod" href="overlay/index.html" title="mod iced_runtime::overlay">overlay</a></div><div class="desc docblock-short">Overlays for user interfaces.</div></li><li><div class="item-name"><a class="mod" href="program/index.html" title="mod iced_runtime::program">program</a></div><div class="desc docblock-short">Build interactive programs using The Elm Architecture.</div></li><li><div class="item-name"><a class="mod" href="system/index.html" title="mod iced_runtime::system">system</a></div><div class="desc docblock-short">Access the native system.</div></li><li><div class="item-name"><a class="mod" href="user_interface/index.html" title="mod iced_runtime::user_interface">user_interface</a></div><div class="desc docblock-short">Implement your own event loop to drive a user interface.</div></li><li><div class="item-name"><a class="mod" href="window/index.html" title="mod iced_runtime::window">window</a></div><div class="desc docblock-short">Build window-based GUI applications.</div></li></ul><h2 id="structs" class="section-header"><a href="#structs">Structs</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.Debug.html" title="struct iced_runtime::Debug">Debug</a><span class="stab portability" title="Available on crate feature `debug` only"><code>debug</code></span></div><div class="desc docblock-short">A bunch of time measurements for debugging purposes.</div></li><li><div class="item-name"><a class="struct" href="struct.Font.html" title="struct iced_runtime::Font">Font</a></div><div class="desc docblock-short">A font.</div></li></ul></section></div></main></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters