poulpe-dashboard: create from an eframe template
I am going to experiment with a GUI for poulpe that can run first natively, but later in the web (provided we have a server component to talk to later). This is basically me installing the template and removing all the stuff I'm sure we are not going to need. No actually specific things are happening.
Showing
- .hgignore 8 additions, 0 deletions.hgignore
- rust/poulpe-dashboard/Cargo.lock 2849 additions, 0 deletionsrust/poulpe-dashboard/Cargo.lock
- rust/poulpe-dashboard/Cargo.toml 50 additions, 0 deletionsrust/poulpe-dashboard/Cargo.toml
- rust/poulpe-dashboard/README.md 42 additions, 0 deletionsrust/poulpe-dashboard/README.md
- rust/poulpe-dashboard/Trunk.toml 2 additions, 0 deletionsrust/poulpe-dashboard/Trunk.toml
- rust/poulpe-dashboard/assets/favicon.ico 0 additions, 0 deletionsrust/poulpe-dashboard/assets/favicon.ico
- rust/poulpe-dashboard/assets/icon-1024.png 0 additions, 0 deletionsrust/poulpe-dashboard/assets/icon-1024.png
- rust/poulpe-dashboard/assets/icon-256.png 0 additions, 0 deletionsrust/poulpe-dashboard/assets/icon-256.png
- rust/poulpe-dashboard/assets/icon_ios_touch_192.png 0 additions, 0 deletionsrust/poulpe-dashboard/assets/icon_ios_touch_192.png
- rust/poulpe-dashboard/assets/manifest.json 28 additions, 0 deletionsrust/poulpe-dashboard/assets/manifest.json
- rust/poulpe-dashboard/assets/maskable_icon_x512.png 0 additions, 0 deletionsrust/poulpe-dashboard/assets/maskable_icon_x512.png
- rust/poulpe-dashboard/assets/sw.js 25 additions, 0 deletionsrust/poulpe-dashboard/assets/sw.js
- rust/poulpe-dashboard/check.sh 11 additions, 0 deletionsrust/poulpe-dashboard/check.sh
- rust/poulpe-dashboard/flake.nix 45 additions, 0 deletionsrust/poulpe-dashboard/flake.nix
- rust/poulpe-dashboard/index.html 148 additions, 0 deletionsrust/poulpe-dashboard/index.html
- rust/poulpe-dashboard/rust-toolchain 10 additions, 0 deletionsrust/poulpe-dashboard/rust-toolchain
- rust/poulpe-dashboard/src/app.rs 104 additions, 0 deletionsrust/poulpe-dashboard/src/app.rs
- rust/poulpe-dashboard/src/lib.rs 4 additions, 0 deletionsrust/poulpe-dashboard/src/lib.rs
- rust/poulpe-dashboard/src/main.rs 72 additions, 0 deletionsrust/poulpe-dashboard/src/main.rs
Loading
Please register or sign in to comment