소스 검색

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

sknauff 9 달 전
부모
커밋
c2b131f249
2개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  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"