Skip to content

Commit

Permalink
Fix doc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Aug 12, 2023
1 parent b710472 commit 73b3ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ Give it a try here: <https://lucasmerlin.github.io/egui_dnd/>
To get started, take a look at the [simple example.](https://github.com/lucasmerlin/egui_dnd/blob/main/examples/simple.rs)




https://github.com/lucasmerlin/egui_dnd/assets/8009393/06bf39e0-e0ca-4831-b2f1-5c710eabee7a
![Demo Video](https://github.com/lucasmerlin/egui_dnd/assets/8009393/06bf39e0-e0ca-4831-b2f1-5c710eabee7a)
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub struct Dnd<'a> {
/// Main entry point for the drag and drop functionality.
/// Loads and saves it's state from egui memory.
/// Use either [Dnd::show] or [Dnd::show_vec] to display the drag and drop UI.
/// You can use [DragDropUi::with_mouse_config] or [DragDropUi::with_touch_config] to configure the drag detection.
/// You can use [Dnd::with_mouse_config] or [Dnd::with_touch_config] to configure the drag detection.
/// Example usage:
/// ```rust;no_run
/// use std::hash::Hash;
Expand Down

0 comments on commit 73b3ca2

Please sign in to comment.