diff options
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> |