diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-21 23:35:19 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-21 23:35:19 +0300 |
| commit | 50c2cf4686b53ebd2b76318223096660e92305a4 (patch) | |
| tree | 8741109102a21faaa09a013a047e5c7b74f62b12 /apps/resource-viewer/Cargo.toml | |
| parent | 96a25b6c0e39ee39bceddbc8eae5bda8f305acbf (diff) | |
| download | fparkan-50c2cf4686b53ebd2b76318223096660e92305a4.tar.xz fparkan-50c2cf4686b53ebd2b76318223096660e92305a4.zip | |
chore: remove Python tooling and resource viewer
Diffstat (limited to 'apps/resource-viewer/Cargo.toml')
| -rw-r--r-- | apps/resource-viewer/Cargo.toml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/resource-viewer/Cargo.toml b/apps/resource-viewer/Cargo.toml deleted file mode 100644 index beadefe..0000000 --- a/apps/resource-viewer/Cargo.toml +++ /dev/null @@ -1,11 +0,0 @@ -[package] -name = "resource-viewer" -version = "0.1.0" -edition = "2021" -publish = false - -[dependencies] -iced = "0.14" -rfd = "0.17" -nres = { path = "../../crates/nres" } -rsli = { path = "../../crates/rsli" } |
