mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
fix assets missing on crates
This commit is contained in:
parent
7f69a94f0f
commit
75d010c520
5 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ version = "0.1.6"
|
|||
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
||||
description = "blazing fast terminal-ui for git"
|
||||
edition = "2018"
|
||||
exclude = ["assets/*"]
|
||||
exclude = [".github/*",".vscode/*"]
|
||||
homepage = "https://github.com/extrawurst/gitui"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<h1 align="center">
|
||||
<img width="400px" src="assets/logo2.png" />
|
||||
<img width="400px" src="assets/logo.png" />
|
||||
|
||||
![CI][s0] [![crates][s1]][l1] ![MIT][s2] [![UNSAFE][s3]][l3]
|
||||
</h1>
|
||||
|
|
|
|||
BIN
assets/icon.png
BIN
assets/icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 4.8 KiB |
BIN
assets/logo.png
BIN
assets/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 9 KiB After Width: | Height: | Size: 25 KiB |
BIN
assets/logo2.png
BIN
assets/logo2.png
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB |
Loading…
Reference in a new issue