objc2-gl-kit 0.3.2

Bindings to the GLKit framework
Documentation
[dependencies.block2]
default-features = false
features = ["alloc"]
optional = true
version = ">=0.6.1, <0.8.0"

[dependencies.dispatch2]
default-features = false
features = ["alloc", "objc2"]
optional = true
version = ">=0.3.0, <0.5.0"

[dependencies.objc2]
default-features = false
features = ["std"]
version = ">=0.6.2, <0.8.0"

[dependencies.objc2-core-foundation]
default-features = false
features = ["CFCGTypes", "objc2"]
optional = true
version = "0.3.2"

[dependencies.objc2-core-graphics]
default-features = false
features = ["CGImage", "objc2"]
optional = true
version = "0.3.2"

[dependencies.objc2-foundation]
default-features = false
features = ["alloc"]
version = "0.3.2"

[dependencies.objc2-model-io]
default-features = false
features = ["MDLAsset", "MDLMesh", "MDLMeshBuffer", "MDLObject", "MDLVertexDescriptor"]
optional = true
version = "0.3.2"

[features]
GLKBaseEffect = ["objc2-foundation/NSArray", "objc2-foundation/NSString"]
GLKEffectProperty = []
GLKEffectPropertyFog = []
GLKEffectPropertyLight = []
GLKEffectPropertyMaterial = []
GLKEffectPropertyTexture = []
GLKEffectPropertyTransform = []
GLKEffects = []
GLKMath = []
GLKMathTypes = []
GLKMathUtils = ["objc2-foundation/NSString"]
GLKMatrix3 = []
GLKMatrix4 = []
GLKMatrixStack = []
GLKModel = ["objc2-foundation/NSArray", "objc2-foundation/NSError", "objc2-foundation/NSObject", "objc2-foundation/NSString"]
GLKNamedEffect = []
GLKQuaternion = []
GLKReflectionMapEffect = []
GLKSkyboxEffect = ["objc2-foundation/NSString"]
GLKTextureLoader = ["objc2-foundation/NSArray", "objc2-foundation/NSBundle", "objc2-foundation/NSData", "objc2-foundation/NSDictionary", "objc2-foundation/NSError", "objc2-foundation/NSObject", "objc2-foundation/NSString", "objc2-foundation/NSURL", "objc2-foundation/NSValue"]
GLKVector2 = []
GLKVector3 = []
GLKVector4 = []
GLKitBase = []
alloc = []
block2 = ["dep:block2"]
default = ["std", "GLKBaseEffect", "GLKEffectProperty", "GLKEffectPropertyFog", "GLKEffectPropertyLight", "GLKEffectPropertyMaterial", "GLKEffectPropertyTexture", "GLKEffectPropertyTransform", "GLKEffects", "GLKMath", "GLKMathTypes", "GLKMathUtils", "GLKMatrix3", "GLKMatrix4", "GLKMatrixStack", "GLKModel", "GLKNamedEffect", "GLKQuaternion", "GLKReflectionMapEffect", "GLKSkyboxEffect", "GLKTextureLoader", "GLKVector2", "GLKVector3", "GLKVector4", "GLKitBase", "block2", "dispatch2", "objc2-app-kit", "objc2-core-foundation", "objc2-core-graphics", "objc2-model-io", "objc2-open-gl"]
dispatch2 = ["dep:dispatch2"]
objc2-app-kit = ["dep:objc2-app-kit"]
objc2-core-foundation = ["dep:objc2-core-foundation"]
objc2-core-graphics = ["dep:objc2-core-graphics"]
objc2-model-io = ["dep:objc2-model-io"]
objc2-open-gl = ["dep:objc2-open-gl"]
std = ["alloc"]
unstable-darwin-objc = []

[lib]
name = "objc2_gl_kit"
path = "src/lib.rs"

[lints.clippy]
ptr_as_ptr = "warn"
redundant_feature_names = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.rust]
elided_lifetimes_in_paths = "warn"
missing_copy_implementations = "warn"
non_ascii_idents = "deny"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "deny"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "development-tools::ffi", "external-ffi-bindings", "os::macos-apis"]
description = "Bindings to the GLKit framework"
edition = "2021"
keywords = ["cocoa", "apple", "framework", "macos", "ios"]
license = "Zlib OR Apache-2.0 OR MIT"
name = "objc2-gl-kit"
readme = "README.md"
repository = "https://github.com/madsmtm/objc2"
rust-version = "1.71"
version = "0.3.2"

[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
rustc-args = ["--cfg", "docsrs"]
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-tvos"]

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
default-features = false
features = ["NSOpenGL"]
optional = true
version = "0.3.2"

[target.'cfg(target_os = "macos")'.dependencies.objc2-open-gl]
default-features = false
optional = true
version = "0.3.2"