We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e0bec4 + b9cf69d commit 3870042Copy full SHA for 3870042
1 file changed
cake-core/build.rs
@@ -1,4 +1,8 @@
1
fn main() {
2
+ #[cfg(feature = "metal")]
3
+ {
4
+ println!("cargo:rustc-link-lib=framework=CoreGraphics");
5
+ }
6
#[cfg(feature = "vulkan")]
7
{
8
println!("cargo::rerun-if-changed=src/backends/vulkan/ops.wgsl");
0 commit comments