readme and other

This commit is contained in:
WanderingPenwing 2024-03-07 08:09:59 +01:00
parent cf8af27a1c
commit f300a9d3be
5 changed files with 24 additions and 0 deletions

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "jiji"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
eframe = "0.26.2"

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# Jiji
A simple discord client aimed at lightness

BIN
assets/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
assets/source.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB