Sean

Results 2 issues of Sean

I updated the dependencies my project.clj file, ran `lein deps`. I checked that it's in my `~/.m2/repository/` folder. I tried requiring the project in the repl in multiple ways `(require...

In WSL2 Ubuntu, for some reason, when I compile and run the following main.rs (basic setup from the book) ``` use bracket_lib::prelude::*; struct State {} impl GameState for State {...