Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit a39c2d5

Browse files
committed
chore: re-add description
1 parent 17d3440 commit a39c2d5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

file-explorer/src/main.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
#![allow(non_snake_case)]
2+
//! Example: File Explorer
3+
//! -------------------------
4+
//!
5+
//! This is a fun little desktop application that lets you explore the file system.
6+
//!
7+
//! This example is interesting because it's mixing filesystem operations and GUI, which is typically hard for UI to do.
8+
29

310
use dioxus::prelude::*;
411
use log::LevelFilter;
512

13+
614
fn main() {
715
// Init debug
816
dioxus_logger::init(LevelFilter::Info).expect("failed to init logger");

0 commit comments

Comments
 (0)