summaryrefslogtreecommitdiffstats
path: root/projects/learning-rust
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2024-09-23 09:39:40 -0400
committerJon Santmyer <jon@jonsantmyer.com>2024-09-23 09:39:40 -0400
commitad94bcef3a643e1a96a9e7e5390132a8cd4f4256 (patch)
treea1ab78fcc59eac8499a77bb9467954d0317be0ef /projects/learning-rust
parentcab00434202a8437fe11a526f1df9ea9991db21c (diff)
downloadwebsite-ad94bcef3a643e1a96a9e7e5390132a8cd4f4256.tar.gz
website-ad94bcef3a643e1a96a9e7e5390132a8cd4f4256.tar.bz2
website-ad94bcef3a643e1a96a9e7e5390132a8cd4f4256.zip
add source button, dependencies for learning-rust
Diffstat (limited to 'projects/learning-rust')
-rw-r--r--projects/learning-rust/index.html5
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>