Write documentation for the new overlay API
This commit is contained in:
parent
dc0e423142
commit
2118a726f8
16 changed files with 205 additions and 27 deletions
|
|
@ -20,7 +20,7 @@
|
|||
//! [`wgpu`]: https://github.com/gfx-rs/wgpu-rs
|
||||
//! [WebGPU API]: https://gpuweb.github.io/gpuweb/
|
||||
//! [`wgpu_glyph`]: https://github.com/hecrj/wgpu_glyph
|
||||
//#![deny(missing_docs)]
|
||||
#![deny(missing_docs)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
#![deny(unused_results)]
|
||||
#![forbid(unsafe_code)]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
//! Display a dropdown list of selectable values.
|
||||
pub use iced_native::combo_box::State;
|
||||
|
||||
pub use iced_graphics::combo_box::{Style, StyleSheet};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue