1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-22 20:57:46 +00:00
Commit graph

7 commits

Author SHA1 Message Date
d5b3b8a468 Run cargo fmt 2024-04-20 13:18:03 -04:00
7c63474175 Replace/remove criterion, walkdir, and system-deps
These are giant dependencies that for some reason pull in winapi(???)
and we actually don't need all of their features.

Criterion can be replaced with brunch, a minimalist alternative.

walkdir is replaced with a single function.

system-dep can be replaced with a single line. Eventually I would like
to make it a little bit more than one line, but that's all we need for
now.
2024-04-20 11:13:45 -04:00
2000b978b3 Ensure compliance with REUSE, add to CI 2023-08-06 08:25:04 -04:00
6e6aa896a6 Run rustfmt 2022-10-25 13:02:06 -04:00
daa7384d89 Fix unshield issues finally, bump to 0.1.2 2022-10-24 15:04:13 -04:00
343e972b7d Remove build.rs, move linker step to installer file 2022-07-21 18:57:57 -04:00
e8183b3af6 Add game installation functionality 2022-07-20 19:07:36 -04:00