-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turn
AsciiArt.rs
into its own crate (#934)
* make ascii art into its own crate * add symbolic link for licence.md * cargo sort * add readme
- Loading branch information
Showing
10 changed files
with
283 additions
and
255 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[package] | ||
authors = ["o2sh <ossama-hjaji@live.fr>"] | ||
name = "onefetch-ascii" | ||
description = "Display colorized ascii art to the terminal" | ||
version = "2.14.2" | ||
edition = "2021" | ||
license = "MIT" | ||
readme = "README.md" | ||
repository = "https://github.com/o2sh/onefetch" | ||
|
||
[dependencies] | ||
owo-colors = "3.5.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../LICENSE.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# ascii | ||
|
||
Provides the primary interface to display ascii art to the terminal. | ||
|
||
More info [here](https://github.com/o2sh/onefetch/wiki/ascii-art). | ||
|
||
_This crate is designed as part of the [onefetch](https://github.com/o2sh/onefetch) project._ |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.