Skip to content

Commit

Permalink
fix: 📌 correctly vendor prism version 0.18.0
Browse files Browse the repository at this point in the history
(somehow I provided prism from master)
  • Loading branch information
melody-rs committed Dec 1, 2023
1 parent abda8d0 commit cc86398
Show file tree
Hide file tree
Showing 20 changed files with 613 additions and 1,138 deletions.
30 changes: 30 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ opt-level = 3
# is merged.
cpal = { git = "https://github.com/DouglasDwyer/cpal.git", rev = "91aeb4d6b02c25791f636fdf92a73637597c077a" }

[patch.'https://github.com/ruby/prism']
prism-sys = { path = "crates/prism-sys" }

# If you want to use the bleeding edge version of egui and eframe:
# egui = { git = "https://github.com/emilk/egui", branch = "master" }
# eframe = { git = "https://github.com/emilk/egui", branch = "master" }
Expand Down
2 changes: 2 additions & 0 deletions crates/components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ once_cell.workspace = true
slab.workspace = true

anyhow.workspace = true

prism = { version = "0.18.0", git = "https://github.com/ruby/prism", rev = "6ca8896" }
Loading

0 comments on commit cc86398

Please sign in to comment.