1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-20 03:37:47 +00:00
Commit graph

12 commits

Author SHA1 Message Date
f83b2013fa Support WebAssembly 2024-11-01 16:50:37 -04:00
c90a46186f Don't probe system dependencies on Windows
This should help unbreak the Astra build on Windows.
2024-06-29 09:55:08 -04:00
70fa4dc62f Bring back usage of system-deps 2024-06-27 20:40:34 -04:00
6bf79500b2 Revert "Try to yeet that build.rs"
This reverts commit 6700d1f3ac.
2024-06-27 20:34:40 -04:00
6700d1f3ac Try to yeet that build.rs 2024-05-26 08:59:53 -04:00
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