|
9 | 9 | </div> |
10 | 10 |
|
11 | 11 | <div align="center"> |
| 12 | +<br /> |
| 13 | +<div align="center"> |
| 14 | +<img src="https://img.shields.io/github/languages/top/wmec-it/RSCS?style=plastic&logo=rust&logoColor=%23f57e20&color=%23f57e20" /> |
| 15 | +<img src="https://img.shields.io/github/languages/count/wmec-it/RSCS?style=plastic" /> |
| 16 | +</div> |
| 17 | +<div align="center"> |
| 18 | +<img src="https://img.shields.io/github/commit-activity/w/wmec-it/RSCS?style=plastic" /> |
| 19 | +<img src="https://img.shields.io/github/contributors/wmec-it/RSCS?style=plastic" /> |
| 20 | +</div> |
| 21 | +</div> |
| 22 | + |
| 23 | +<div align="left"> |
| 24 | +<h1>Table of Contents</h1> |
12 | 25 | <div id="toc"> |
13 | 26 | <ul style="list-style: none;"> |
14 | | - <summary> |
15 | | - <h2 align="center">Dev Setup on Windows</h2> |
16 | | - </summary> |
| 27 | + <li> |
| 28 | + <a href="#section--development">Development</a> |
| 29 | + <ul> |
| 30 | + <li> |
| 31 | + <a href="#section--development-setup">Setup</a> |
| 32 | + <ul> |
| 33 | + <li> |
| 34 | + <a href="#section--development-setup-dependencies">Dependencies</a> |
| 35 | + <ul> |
| 36 | + <li> |
| 37 | + <a href="#section--development-setup-dependencies-windows">Windows</a> |
| 38 | + </li> |
| 39 | + <li> |
| 40 | + <a href="#section--development-setup-dependencies-linux">Linux</a> |
| 41 | + </li> |
| 42 | + </ul> |
| 43 | + </li> |
| 44 | + </ul> |
| 45 | + </li> |
| 46 | + </ul> |
| 47 | + </li> |
17 | 48 | </ul> |
18 | 49 | </div> |
19 | 50 | </div> |
20 | 51 |
|
| 52 | +<section id="section--development"> |
| 53 | +<h1>Development</h1> |
| 54 | +<section id="section--development-setup"> |
| 55 | +<h2>Setup</h2> |
| 56 | +<section id="section--development-setup-dependencies"> |
| 57 | +<h3>Dependencies</h3> |
| 58 | +<section id="section--development-setup-dependencies-windows"> |
| 59 | +<h4>Windows</h4> |
21 | 60 | <ol> |
22 | 61 | <li> |
23 | 62 | <div> |
24 | | - <a href="https://rustup.rs/"> |
| 63 | + <span>Install </span> |
| 64 | + <a href="https://rustup.rs/" id="def--rustup"> |
25 | 65 | <span>Rustup</span> |
26 | | - <img src="https://developer.fedoraproject.org/static/logo/rust.png" alt="" width=15 /> |
27 | 66 | </a> |
| 67 | + <span><sup><a href="#def--rustup">[1]</a></sup> from their website<sup><a href="#def--rustup">[1]</a></sup>.</span> |
28 | 68 | <ul> |
29 | 69 | <li> |
30 | 70 | <p> |
31 | | - Or run: <pre><code>winget install -e --id Rustlang.Rustup</code></pre> |
| 71 | + Or install via <a href="https://github.com/microsoft/winget-cli">Winget</a>: <pre><code>winget install -e --id Rustlang.Rustup</code></pre> |
32 | 72 | </p> |
33 | 73 | </li> |
34 | 74 | </ul> |
|
48 | 88 | </div> |
49 | 89 | </li> |
50 | 90 | </ol> |
| 91 | +</section> |
51 | 92 |
|
52 | | -<div align="center"> |
53 | | - <div id="toc"> |
54 | | - <ul style="list-style: none;"> |
55 | | - <summary> |
56 | | - <h2 align="center">Dev Setup on Linux</h2> |
57 | | - </summary> |
58 | | - </ul> |
59 | | - </div> |
60 | | -</div> |
61 | | - |
62 | | -> [!TIP] |
63 | | -> After setting it up, you should also install `tokei` to see the repo's code stats. |
64 | | -> ```sh |
65 | | -> tokei . |
66 | | -> ``` |
67 | | -
|
| 93 | +<section id="section--development-setup-dependencies-linux"> |
| 94 | +<h4>Linux</h4> |
68 | 95 | <table align="center"> |
69 | 96 | <thead> |
70 | 97 | <tr> |
@@ -125,6 +152,17 @@ sudo apt install mingw-w64</code></pre> |
125 | 152 | </tr> |
126 | 153 | </tbody> |
127 | 154 | </table> |
| 155 | +</section> |
| 156 | +</section> |
| 157 | + |
| 158 | +> [!TIP] |
| 159 | +> After setting it up, you should also install `tokei` to see the repo's code stats. |
| 160 | +> ```sh |
| 161 | +> tokei . |
| 162 | +> ``` |
| 163 | +
|
| 164 | +</section> |
| 165 | +</section> |
128 | 166 |
|
129 | 167 | ## Builds |
130 | 168 |
|
|
0 commit comments