Skip to content

Commit 8aa8d3b

Browse files
authored
Merge pull request #144 from RickyDane/task/some_ui_and_stuff
Task/some UI and stuff
2 parents f47da5b + 84fc403 commit 8aa8d3b

16 files changed

+693
-646
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
<br/>
22
<p align="center"><img width="700" src="https://github.com/user-attachments/assets/44295a1a-c904-407d-97af-bc1aa74baa86"/></p>
33
<br>
4-
5-
<a href='https://ko-fi.com/rickydane'>
6-
<p align="center">
7-
<img height='36px' style='border: 0px; height: 36px;' src='https://storage.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' />
8-
</p>
9-
</a>
104
<p align="center"><a target="_blank" href="https://discord.gg/XPakYank"><img src="https://dcbadge.limes.pink/api/server/XPakYank" alt="" /></a></p>
115
<p align="center">
126
<img src="https://img.shields.io/badge/Windows-blue" />
137
<img src="https://img.shields.io/badge/ macOS-white" />
148
<img src="https://img.shields.io/badge/Linux-red" />
159
</p>
10+
11+
<a href='https://ko-fi.com/rickydane'>
12+
<p align="center">
13+
<img height='36px' style='border: 0px; height: 36px;' src='https://storage.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' />
14+
</p>
15+
</a>
16+
1617
<a href="https://github.com/RickyDane/CoDriver/actions/workflows/main.yml"><p align="center"><img src="https://github.com/RickyDane/CoDriver/actions/workflows/main.yml/badge.svg?branch=master"></p></a>
1718
<p align="center">
1819
A simple file explorer that was born because I wanted to learn the Rust language.

codriver-update.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

src-tauri/Cargo.lock

Lines changed: 13 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# cargo-features = ["profile-rustflags"]
22
[package]
33
name = "CoDriver"
4-
version = "0.4.87"
4+
version = "0.4.9"
55
description = "A simple file explorer"
66
authors = ["Ricky Dane Perlick"]
7-
license = "none"
7+
license = "BSD-2-Clause license"
88
repository = "https://github.com/RickyDane/CoDriver"
99
default-run = "CoDriver"
1010
edition = "2021"
@@ -32,13 +32,10 @@ tauri = { version = "1.6", features = [
3232
open = "5.0.0"
3333
stopwatch = "0.0.7"
3434
zip-extensions = "0.6.1"
35-
rar = "0.2.0"
3635
sevenz-rust = "0.5.2"
3736
unrar = "0.5.1"
38-
dateparser = "0.2.0"
3937
sysinfo = "0.30.5"
4038
color-print = "0.3.5"
41-
# fs_extra = "1.3.0"
4239
rayon = "1.8.1"
4340
flate2 = "1.0.28"
4441
zip = "0.6.6"
@@ -47,7 +44,6 @@ walkdir = "2.4.0"
4744
substring = "1.4.5"
4845
tar = "0.4.40"
4946
archiver-rs = "0.5.1"
50-
# libc = "0.2.155"
5147
rusty_ytdl = "0.7.2"
5248
icns = "0.3.1"
5349
image = "0.25.1"
@@ -58,6 +54,10 @@ uuid = "1.10.0"
5854
delete = "1.0.1"
5955
remove_dir_all = "0.8.3"
6056
copy_dir = "0.1.3"
57+
# rar = "0.2.0"
58+
# dateparser = "0.2.0"
59+
# fs_extra = "1.3.0"
60+
# libc = "0.2.155"
6161

6262
# [profile.dev]
6363
# rustflags = ["-Z", "threads=7"]

src-tauri/resources/preloader_big.gif

36.5 KB
Loading

0 commit comments

Comments
 (0)