Skip to content

Commit

Permalink
Merge pull request #6 from mrchantey/dev
Browse files Browse the repository at this point in the history
Use observers insead of change detection
  • Loading branch information
mrchantey authored Jul 12, 2024
2 parents d150c29 + 37831d5 commit e2504e8
Show file tree
Hide file tree
Showing 209 changed files with 5,016 additions and 2,912 deletions.
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

[target.x86_64-unknown-linux-gnu]
# note: mold and clang must be installed: sudo apt install mold clang
linker = "clang"
Expand Down
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
RUST_LOG=info
# RUST_LOG=info
RUST_BACKTRACE=0
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 🔎 Test Crates
on:
push:
branches: main
branches: [main,dev]
paths: ['**','!**/*.md']
pull_request:
branches: main
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ assets
/target/
docs/book
crates/beet_web/assets/scenes
out.txt
out.txt
rustc-ice*
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
// "files.autoSave": "off",
// "files.autoSaveDelay": 2000,
"files.exclude": {
"**/.git": true,
// ".vscode": true,
Expand Down
Loading

0 comments on commit e2504e8

Please sign in to comment.