Updated README with new screenshots and a message to allow me to make the repo public, but let people know the pre-alpha status of the project

This commit is contained in:
2023-10-25 10:30:08 -06:00
parent 4413317863
commit cf404eaf1a
14 changed files with 2211 additions and 90 deletions
-11
View File
@@ -1,11 +0,0 @@
#!/bin/sh
set -e
echo "Running pre-push hook:"
echo "Executing: cargo clippy --all-targets --workspace -- -D warnings"
find . | grep "\.\/src\/.*\.rs$" | xargs touch ; cargo clippy --all-targets --workspace -- -D warnings
echo "Executing: cargo test"
cargo test