diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2024-09-23 09:39:40 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2024-09-23 09:39:40 -0400 |
commit | ad94bcef3a643e1a96a9e7e5390132a8cd4f4256 (patch) | |
tree | a1ab78fcc59eac8499a77bb9467954d0317be0ef /projects | |
parent | cab00434202a8437fe11a526f1df9ea9991db21c (diff) | |
download | website-ad94bcef3a643e1a96a9e7e5390132a8cd4f4256.tar.gz website-ad94bcef3a643e1a96a9e7e5390132a8cd4f4256.tar.bz2 website-ad94bcef3a643e1a96a9e7e5390132a8cd4f4256.zip |
add source button, dependencies for learning-rust
Diffstat (limited to 'projects')
-rw-r--r-- | projects/learning-rust/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/projects/learning-rust/index.html b/projects/learning-rust/index.html index 5e0e9ba..b890e85 100644 --- a/projects/learning-rust/index.html +++ b/projects/learning-rust/index.html @@ -17,8 +17,11 @@ </div> </div> <div class="window"> - <div class="window-title"></div> <div class="window-content"> + <p>This project, codename "Systemic", is hosted on my git server</p> + <a class="link-button" href="https://git.jonsantmyer.com/systemic">Source</a> + <p style="display: inline-block"> Requires nix and cargo. depends on <a href="https://www.raylib.com/">Raylib</a></p> + <div/> <a class="link-button" href="1.html">1: Solar Systems</a> <p style="display: inline-block"> : How do I store non-owning references to other objects?</p> </div> |