servo / cocoa-rs

DEPRECATED - Cocoa/Objective-C bindings for the Rust programming language
https://github.com/servo/core-foundation-rs/
Other
286 stars 72 forks source link

Core Animation support? #157

Closed paulrouget closed 7 years ago

paulrouget commented 7 years ago

To use layers in a cocoa application, the application needs to be linked to QuartzCore. What would it take to get that to work?

See https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/CoreAnimation_guide/SettingUpLayerObjects/SettingUpLayerObjects.html

paulrouget commented 7 years ago

Well, apparently cocoa apps are already linked to QuartzCore.