Registry / other / core-graphics-types

core-graphics-types

JSON →
library0.2.0rscratesunverified

Bindings for fundamental Core Graphics types like CGPoint, CGSize, CGRect.

# Cargo.toml [dependencies] core-graphics-types = "0.2.0"
INSTALL
IMPORT
SIG · CORE-GRAPHICS-TYPE
C
core-graphics-types
otherrustv0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CGPoint
use core_graphics_types::base::CGPoint;

Create a CGPoint

use core_graphics_types::base::CGPoint; fn main() { let point = CGPoint::new(10.0, 20.0); println!("Point: {:?}", point); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
core-graphics-types — cargo add core-graphics-types · libregistry