Skip to content

Commit 5316053

Browse files
authored
un-hide the feathers example (#21463)
# Objective - Example feathers is hidden, maybe because its experimental - Other examples are using the experimental feathers feature and are not hidden ## Solution - un hide the feathers example I would like this to be part of the next 0.17 patch, feathers is part of the release notes, it's a bit sad to not be able to show the example on the website
1 parent 3209f0f commit 5316053

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4719,7 +4719,6 @@ name = "Feathers Widgets"
47194719
description = "Gallery of Feathers Widgets"
47204720
category = "UI (User Interface)"
47214721
wasm = true
4722-
hidden = true
47234722

47244723
[[example]]
47254724
name = "render_depth_to_texture"

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ Example | Description
551551
[Directional Navigation](../examples/ui/directional_navigation.rs) | Demonstration of Directional Navigation between UI elements
552552
[Display and Visibility](../examples/ui/display_and_visibility.rs) | Demonstrates how Display and Visibility work in the UI.
553553
[Drag to Scroll](../examples/ui/drag_to_scroll.rs) | This example tests scale factor, dragging and scrolling
554+
[Feathers Widgets](../examples/ui/feathers.rs) | Gallery of Feathers Widgets
554555
[Flex Layout](../examples/ui/flex_layout.rs) | Demonstrates how the AlignItems and JustifyContent properties can be composed to layout nodes and position text
555556
[Font Atlas Debug](../examples/ui/font_atlas_debug.rs) | Illustrates how FontAtlases are populated (used to optimize text rendering internally)
556557
[Ghost Nodes](../examples/ui/ghost_nodes.rs) | Demonstrates the use of Ghost Nodes to skip entities in the UI layout hierarchy

0 commit comments

Comments
 (0)