Skip to content

Commit

Permalink
Move portaudio into own repo (#785)
Browse files Browse the repository at this point in the history
* move out of weresocool repo

* empty commit for github message hack
  • Loading branch information
xasopheno authored Dec 31, 2024
1 parent 95216d1 commit be5a328
Show file tree
Hide file tree
Showing 124 changed files with 6 additions and 88,990 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ weresocool_error = { path = "error", version = "^1.0.47", default-features=false
weresocool_parser = { path = "parser", version = "^1.0.47", default-features=false, optional=true }
weresocool_ast = { path = "ast", version = "^1.0.47", default-features=false, optional=true }
weresocool_instrument = { path = "instrument", version = "^1.0.47", default-features=false, optional=true }
weresocool_portaudio = { path = "portaudio", version = "^1.0.47", default-features=false, optional=true }
weresocool_portaudio = { version = "1.0.47", optional = true, git = "https://github.com/xasopheno/weresocool_portaudio"}
scop = { path = "scop", version = "^1.0.47" }
opmap = { path = "opmap", version = "^1.0.47" }
weresocool_shared = { path = "shared", version = "^1.0.47" }
Expand Down Expand Up @@ -120,7 +120,6 @@ members = [
"instrument",
"lame",
"parser",
"portaudio",
"shared",
"scop",
"ring_buffer",
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ weresocool_error = { path = "../error", version = "^1.0.47", default-features=fa
weresocool_instrument = { path = "../instrument", version = "^1.0.47", default-features=false, optional=true }
weresocool_shared = { path = "../shared", version = "^1.0.47" }
weresocool_vorbis = { path = "../vorbis", version = "^1.0.47", optional=true, default-features = false }
weresocool_portaudio = { path = "../portaudio", version = "^1.0.47", optional=true }
weresocool_portaudio = { version = "1.0.47", optional = true, git = "https://github.com/xasopheno/weresocool_portaudio"}
rand = { version="0.7.3", features=["wasm-bindgen"]}
hound = "3.4.0"
serde = { version = "1.0.164", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ weresocool_lame = { path = "../lame", version = "^1.0.47" }

[dependencies]
scop = { path = "../scop", version = "^1.0.47" }
weresocool_portaudio = { path = "../portaudio", version = "^1.0.47", optional=true }
weresocool_portaudio = { version = "1.0.47", optional = true, git = "https://github.com/xasopheno/weresocool_portaudio"}
hound = "3.4.0"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.99"
Expand Down
30 changes: 0 additions & 30 deletions portaudio/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions portaudio/.travis.yml

This file was deleted.

18 changes: 0 additions & 18 deletions portaudio/Cargo.toml

This file was deleted.

20 changes: 0 additions & 20 deletions portaudio/LICENSE

This file was deleted.

33 changes: 0 additions & 33 deletions portaudio/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions portaudio/rust-portaudio-sys/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions portaudio/rust-portaudio-sys/Cargo.toml

This file was deleted.

6 changes: 0 additions & 6 deletions portaudio/rust-portaudio-sys/README.md

This file was deleted.

92 changes: 0 additions & 92 deletions portaudio/rust-portaudio-sys/build.rs

This file was deleted.

Loading

0 comments on commit be5a328

Please sign in to comment.