dioxus/example-projects/file-explorer
Jonathan Kelley ba4389567d
Deprecate relative asset paths, better warnings for asset!() (#3214)
* Deprecate relative asset paths

* fix paths, better warnings in asset parser
2024-11-13 19:52:23 -05:00
..
assets Chore: hoist example projects for discoverability (#2959) 2024-09-16 09:11:33 -05:00
src Deprecate relative asset paths, better warnings for asset!() (#3214) 2024-11-13 19:52:23 -05:00
.gitignore Chore: hoist example projects for discoverability (#2959) 2024-09-16 09:11:33 -05:00
Cargo.toml Don't publish example projects 2024-10-14 13:00:57 -07:00
Dioxus.toml Chore: hoist example projects for discoverability (#2959) 2024-09-16 09:11:33 -05:00
README.md Chore: hoist example projects for discoverability (#2959) 2024-09-16 09:11:33 -05:00

File-explorer with Rust and Dioxus

This example shows how a Dioxus App can directly leverage system calls and libraries to bridge native functionality with the WebView renderer.

example

To run this example:

dx serve