Skip to content

Commit

Permalink
Use forked fluidlite-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Nov 30, 2020
1 parent b8c0e7d commit 0b04745
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: ilammy/msvc-dev-cmd@v1
- name: Build
run: cargo build --release --verbose
- name: Run tests
Expand Down
9 changes: 3 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ iced_wgpu = {git="https://github.com/hecrj/iced.git", features=["image"]}
iced_graphics = {git="https://github.com/hecrj/iced.git"}

cpal = "0.13.1"
fluidlite = "0.1.3"
fluidlite-lib = {version="0.1.3",features =["shared"]}
fluidlite = {git= "https://github.com/PolyMeilex/fluidlite-rs.git" }
fluidlite-lib = {git= "https://github.com/PolyMeilex/fluidlite-rs.git" }

# js-sys = { git = "https://github.com/rustwasm/wasm-bindgen" }
# web-sys = { git = "https://github.com/rustwasm/wasm-bindgen" }
Expand Down

0 comments on commit 0b04745

Please sign in to comment.