core-text 10.0.0

Bindings to the Core Text framework.
Build #98061 2018-05-02T22:24:27.845958+00:00
# rustc version
rustc 1.26.0-dev (0eb87c9bf 2018-03-16)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading core-text v10.0.0
Downloading core-graphics v0.14.0
Downloading core-foundation v0.6.0
Fresh bitflags v1.0.3
Fresh foreign-types-shared v0.1.1
Fresh libc v0.2.40
Fresh foreign-types v0.3.2
Compiling core-foundation-sys v0.6.0
Running `rustc --crate-name core_foundation_sys .cargo/registry/src/github.com-1ecc6299db9ec823/core-foundation-sys-0.6.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=8b8a8209db549327 -C extra-filename=-8b8a8209db549327 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Compiling core-foundation v0.6.0
Running `rustc --crate-name core_foundation .cargo/registry/src/github.com-1ecc6299db9ec823/core-foundation-0.6.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=e12416eb445d7513 -C extra-filename=-e12416eb445d7513 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-9cee711a75827cff.rlib --extern-version libc=libc,0.2.40 --extern core_foundation_sys=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation_sys-8b8a8209db549327.rlib --extern-version core_foundation_sys=core-foundation-sys,0.6.0 --cap-lints allow`
Compiling core-graphics v0.14.0
Running `rustc --crate-name core_graphics .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.14.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=f24eeadd4949161b -C extra-filename=-f24eeadd4949161b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-9cee711a75827cff.rlib --extern-version libc=libc,0.2.40 --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-e12416eb445d7513.rlib --extern-version core_foundation=core-foundation,0.6.0 --extern foreign_types=/home/cratesfyi/cratesfyi/debug/deps/libforeign_types-568e725be6c36e94.rlib --extern-version foreign_types=foreign-types,0.3.2 --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-147fcc7260b78db4.rlib --extern-version bitflags=bitflags,1.0.3 --cap-lints allow`
error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.14.0/src/color_space.rs:45:1
|
45 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.14.0/src/context.rs:238:1
|
238 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.14.0/src/data_provider.rs:73:1
|
73 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.14.0/src/font.rs:128:1
|
128 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.14.0/src/geometry.rs:180:5
|
180 |     #[link(name = "CoreGraphics", kind = "framework")]
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.14.0/src/image.rs:95:1
|
95 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.14.0/src/path.rs:111:1
|
111 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 7 previous errors

For more information about this error, try `rustc --explain E0455`.
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not compile `core-graphics`.,
cause: process didn't exit successfully: `rustc --crate-name core_graphics .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.14.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="default" -C metadata=f24eeadd4949161b -C extra-filename=-f24eeadd4949161b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-9cee711a75827cff.rlib --extern-version libc=libc,0.2.40 --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-e12416eb445d7513.rlib --extern-version core_foundation=core-foundation,0.6.0 --extern foreign_types=/home/cratesfyi/cratesfyi/debug/deps/libforeign_types-568e725be6c36e94.rlib --extern-version foreign_types=foreign-types,0.3.2 --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-147fcc7260b78db4.rlib --extern-version bitflags=bitflags,1.0.3 --cap-lints allow` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.