//! # Bindings to the `CoreAnimation` framework //! //! See [Apple's docs][apple-doc] and [the general docs on framework crates][framework-crates] for more information. //! //! [apple-doc]: https://developer.apple.com/documentation/quartzcore/ //! [framework-crates]: https://docs.rs/objc2/latest/objc2/topics/about_generated/index.html //! //! This actually lives in the `QuartzCore` framework, but `CoreAnimation` is //! the name that people use to refer to it. #![recursion_limit = "256"] #![no_std] #![cfg_attr(feature = "unstable-darwin-objc", feature(darwin_objc))] #![cfg_attr(docsrs, feature(doc_cfg))] // Update in Cargo.toml as well. #![doc(html_root_url = "https://docs.rs/objc2-quartz-core/0.3.2")]
#[cfg(feature = "alloc")] externcrate alloc;
#[cfg(feature = "std")] externcrate std;
mod generated; #[allow(unused_imports, unreachable_pub)] pubuseself::generated::*;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.