Skip to content

Commit

Permalink
refactor: send bevy frames (#7)
Browse files Browse the repository at this point in the history
* refactor: update Cargo.lock file

* refactor: send bevy frames

* chore: lint

* chore: remove unused dependencies

* refactor: delete unused systems

* refactor: move logic parts to crates

* chore: clippy
  • Loading branch information
cs50victor authored Jan 25, 2024
1 parent 9b6275f commit b8694bc
Show file tree
Hide file tree
Showing 18 changed files with 826 additions and 1,165 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Rust
target/
Cargo.lock

# ggml binaries & other binaries in general
*.bin
Expand Down
Loading

0 comments on commit b8694bc

Please sign in to comment.