Skip to content

Commit 7183d72

Browse files
Merge #5906
5906: Use SVG logo in readme r=matklad a=arzg This also adds the two versions of the logo created by @Aloso to `/assets` for any future uses. I found the logo SVGs in [this issue](rust-analyzer/rust-analyzer.github.io#23). Co-authored-by: Aramis Razzaghipour <[email protected]>
2 parents c9c0050 + 87dd7aa commit 7183d72

File tree

3 files changed

+215
-1
lines changed

3 files changed

+215
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<p align="center">
2-
<img src="https://user-images.githubusercontent.com/1711539/72443316-5a79f280-37ae-11ea-858f-035209ece2dd.png" alt="rust-analyzer logo">
2+
<img
3+
src="https://raw.githubusercontent.com/rust-analyzer/rust-analyzer/master/assets/logo-wide.svg"
4+
alt="rust-analyzer logo">
35
</p>
46

57
rust-analyzer is an **experimental** modular compiler frontend for the Rust language.

assets/logo-square.svg

Lines changed: 86 additions & 0 deletions
Loading

assets/logo-wide.svg

Lines changed: 126 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)