Skip to content
Closed
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[env]
# point bindgen at LLVM on OpenBSD
# required to build at least clang-sys, sndio-sys and cpal
LIBCLANG_PATH = { value = "/usr/local/lib" }
167 changes: 118 additions & 49 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ opt-level = 2
piet = { git = "https://github.com/jpochyla/piet", branch = "ctfont-cache" }
piet-common = { git = "https://github.com/jpochyla/piet", branch = "ctfont-cache" }
piet-coregraphics = { git = "https://github.com/jpochyla/piet", branch = "ctfont-cache" }
# (not merged yet) solve panic at startup: "Add support for OpenBSD platform via sndio host" https://github.com/RustAudio/cpal/pull/493
cpal = { git = "https://github.com/conwayste/cpal", branch = "aaron/openbsd_sndio_host" }
Loading