Skip to content

Commit 15ed0cf

Browse files
Merge pull request #10 from fastrepl/chore/move-vendor-into-philo
2 parents 020685e + 0c5b682 commit 15ed0cf

871 files changed

Lines changed: 555224 additions & 4207 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cargo/config.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[env]
2+
MACOSX_DEPLOYMENT_TARGET = { value = "14.2", force = true }
3+
4+
[target.'cfg(all(windows, target_env = "msvc"))']
5+
rustflags = [
6+
"-C",
7+
"target-feature=-crt-static",
8+
]

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ dist-ssr
3131
.expo/
3232

3333
.env
34+
35+
# Rust build output
36+
target/

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "vendor/hyprnote"]
2-
path = vendor/hyprnote
3-
url = https://github.com/fastrepl/hyprnote.git
1+
[submodule "vendor/cactus"]
2+
path = vendor/cactus
3+
url = https://github.com/cactus-compute/cactus.git

0 commit comments

Comments
 (0)