From c0c0aa158bf98b7d56512fdee5a65950808806bc Mon Sep 17 00:00:00 2001 From: msglm <msglm@techchud.xyz> Date: Sun, 9 Feb 2025 14:36:59 -0600 Subject: add rust-cgl@0.1 --- unlustig.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/unlustig.scm b/unlustig.scm index 39b0446..afb33e6 100644 --- a/unlustig.scm +++ b/unlustig.scm @@ -1431,3 +1431,23 @@ binding to JVM APIs from Rust.") (description "This package provides Glue for the Android JNI.") (license license:expat))) +(define-public rust-cgl-0.1 + (package + (name "rust-cgl") + (version "0.1.5") + (source + (origin + (method url-fetch) + (uri (crate-uri "cgl" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "044cycnn760gki4jnvsagwr3wds9pdmnpgsx8ysrqwsslv67ipcb")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-gleam" ,rust-gleam-0.2) + ("rust-libc" ,rust-libc-0.2)))) + (home-page "https://github.com/servo/cgl-rs") + (synopsis "Rust bindings for CGL on Mac") + (description "This package provides Rust bindings for CGL on Mac.") + (license (list license:expat license:asl2.0)))) + -- cgit v1.2.3