- Added docs
- Added cs2dumper files to gitignore again.
- Fixed workspace manifest
This commit is contained in:
Janek
2023-12-30 18:52:12 +01:00
parent 568f2abdde
commit ac115ec7ac
170 changed files with 13472 additions and 4470 deletions

4
build-docs.sh Executable file
View File

@@ -0,0 +1,4 @@
cargo doc --no-deps
rm -rf ./docs
echo "<meta http-equiv=\"refresh\" content=\"0; url=build_wheel\">" > target/doc/index.html
cp -r target/doc ./docs