Browse Source

File explorer example moved from `examples` to `example-projects`. (#3009)

sknauff 9 months ago
parent
commit
c2b131f249
2 changed files with 0 additions and 7 deletions
  1. 0 2
      examples/README.md
  2. 0 5
      packages/desktop/build.rs

+ 0 - 2
examples/README.md

@@ -98,8 +98,6 @@ cargo run --example hello_world
 
 [dog_app](./dog_app.rs) - Accesses dog API
 
-[file_explorer](./file_explorer.rs) - File browser that uses `use_ref` to interact with the model
-
 [todomvc](./todomvc.rs) - Todo task list example
 
 # TODO

+ 0 - 5
packages/desktop/build.rs

@@ -72,11 +72,6 @@ name = "errors"
 path = "../../examples/errors.rs"
 doc-scrape-examples = true
 
-[[example]]
-name = "file_explorer"
-path = "../../examples/file_explorer.rs"
-doc-scrape-examples = true
-
 [[example]]
 name = "future"
 path = "../../examples/future.rs"