[go: up one dir, main page]

cint 0.3.1

A lean, minimal, and stable set of types for color interoperation between crates in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bytemuck"
version = "1.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677"

[[package]]
name = "cint"
version = "0.3.1"
dependencies = [
 "bytemuck",
]