Update the patched baseview
This version adds back Windows and macOS OpenGL context creation. NIH-plug does not yet have a functional event loop for those platforms though.
This commit is contained in:
parent
02115d5004
commit
57297cc04c
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -55,14 +55,14 @@ checksum = "73b5e5f48b927f04e952dedc932f31995a65a0bf65ec971c74436e51bf6e970d"
|
|||
|
||||
[[package]]
|
||||
name = "autocfg"
|
||||
version = "1.0.1"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
||||
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
||||
|
||||
[[package]]
|
||||
name = "baseview"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/robbert-vdh/baseview.git?branch=feature/merge-raw-gl-context#2f7f177be8c039352ce9aa351cb55aa7ed624e1e"
|
||||
source = "git+https://github.com/robbert-vdh/baseview.git?branch=feature/merge-raw-gl-context#43860aba84a7303eed47dfafefcee6dde952afc4"
|
||||
dependencies = [
|
||||
"cocoa",
|
||||
"core-foundation",
|
||||
|
|
Loading…
Reference in a new issue