Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[env]
MACOSX_DEPLOYMENT_TARGET = { value = "14.2", force = true }

[target.'cfg(all(windows, target_env = "msvc"))']
rustflags = [
"-C",
"target-feature=-crt-static",
]
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ dist-ssr
.expo/

.env

# Rust build output
target/
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "vendor/hyprnote"]
path = vendor/hyprnote
url = https://github.com/fastrepl/hyprnote.git
[submodule "vendor/cactus"]
path = vendor/cactus
url = https://github.com/cactus-compute/cactus.git
Loading
Loading