From 14ff2f4d47db29100f90005b23bde4020e61874f Mon Sep 17 00:00:00 2001 From: msglm Date: Sun, 9 Feb 2025 18:36:18 -0600 Subject: add rust-core-graphics@0.3 --- unlustig.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/unlustig.scm b/unlustig.scm index fdfa4a3..448129a 100644 --- a/unlustig.scm +++ b/unlustig.scm @@ -1585,3 +1585,25 @@ binding to JVM APIs from Rust.") "This package provides a macro to generate structures which behave like bitflags.") (license (list license:expat license:asl2.0)))) +(define-public rust-core-graphics-0.3 + (package + (name "rust-core-graphics") + (version "0.3.2") + (source + (origin + (method url-fetch) + (uri (crate-uri "core-graphics" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "08y7si6hiwm25g4a9vdcqzhwpgkqaxabwcfjlyxfsam25c1ccmhc")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-core-foundation" ,rust-core-foundation-0.2) + ("rust-libc" ,rust-libc-0.2) + ("rust-serde" ,rust-serde-0.7)))) + (home-page "https://github.com/servo/core-foundation-rs") + (synopsis "Bindings to Core Graphics for macOS") + (description + "This package provides Bindings to Core Graphics for @code{macOS}.") + (license (list license:expat license:asl2.0)))) + -- cgit v1.2.3