Skip to content

Commit 3f3459c

Browse files
committed
Add logo to README.
1 parent a0b2bba commit 3f3459c

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
authors = ["Cody Taylor <[email protected]>"]
1010
keywords = ["devcontainers", "containers", "vscode", "development", "configuration", "cli"]
1111
categories = ["config", "command-line-utilities", "development-tools", "virtualization"]
12-
include = ["LICENSE.txt", "src/"]
12+
include = ["LICENSE.txt", "src/", "static/"]
1313

1414
[dependencies]
1515
ascii_table = { version = "4.0.3", features = ["auto_table_width"] }

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# tyedev
22

3+
![white tyedev logo](./static/tyedev-white.png#gh-dark-mode-only)
4+
![black tyedev logo](./static/tyedev-black.png#gh-light-mode-only)
5+
36
Create and manage devcontainer configuration.
47

58
## Work in Progress

static/tyedev-black.png

14.8 KB
Loading

static/tyedev-white.png

14.8 KB
Loading

0 commit comments

Comments
 (0)