Skip to content

Commit

Permalink
Remove off_screen_focusables example
Browse files Browse the repository at this point in the history
As it was added in bevyengine#5252
  • Loading branch information
nicopap committed Jul 22, 2022
1 parent 50b145d commit 66ad1bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 72 deletions.
11 changes: 0 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1469,17 +1469,6 @@ description = "Illustrates using Focusable on 3d entities"
category = "UI navigation"
wasm = true

[[example]]
name = "off_screen_focusables"
path = "examples/ui_navigation/off_screen_focusables.rs"

[package.metadata.example.off_screen_focusables]
name = "Focusable wrapping"
description = "Illustrates wrapping within a menu"
category = "UI navigation"
wasm = true


# Window
[[example]]
name = "clear_color"
Expand Down
61 changes: 0 additions & 61 deletions examples/ui_navigation/off_screen_focusables.rs

This file was deleted.

0 comments on commit 66ad1bd

Please sign in to comment.