Skip to content

Commit

Permalink
draft repository
Browse files Browse the repository at this point in the history
  • Loading branch information
thebino committed Jun 19, 2023
1 parent 23a73d6 commit 9cade20
Show file tree
Hide file tree
Showing 23 changed files with 2,245 additions and 555 deletions.
25 changes: 15 additions & 10 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"terminal.integrated.defaultProfile.osx": "zsh",
"editor.semanticTokenColorCustomizations": {
"rules": {
"*.mutable": {
"fontStyle": "", // set to empty string to disable underline, which is the default
},
}
},
}

"terminal.integrated.defaultProfile.osx": "zsh",
"editor.semanticTokenColorCustomizations": {
"rules": {
"*.mutable": {
"fontStyle": "", // set to empty string to disable underline, which is the default
},
}
},
"rust-analyzer.linkedProjects": [
"./crates/core_activity_pub/Cargo.toml",
"./crates/core_common/Cargo.toml",
"./crates/core_photos/Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false,
}
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## [0.6.0] - 2023-03-26
### Changed
- Ruse rewrite
- Rust rewrite
- License changed to AGPL


## [0.5.1] - 2022-07-07
Expand Down
Loading

0 comments on commit 9cade20

Please sign in to comment.