summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2025-02-09 13:10:21 -0600
committermsglm <msglm@techchud.xyz>2025-02-09 13:10:21 -0600
commitf80966c76995eb765916734173b69d5b8ff46c5d (patch)
tree998ff8e94e447332f75ab0c61d91f962966b53f6
parenta7c4ac23ac95a8f13140f87b5e77668a9d3928c7 (diff)
downloadguix-msglm-f80966c76995eb765916734173b69d5b8ff46c5d.tar.gz
guix-msglm-f80966c76995eb765916734173b69d5b8ff46c5d.tar.bz2
guix-msglm-f80966c76995eb765916734173b69d5b8ff46c5d.zip
add rust-tolk-sys@0.2
-rw-r--r--unlustig.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/unlustig.scm b/unlustig.scm
index 66c1c05..d6cca2b 100644
--- a/unlustig.scm
+++ b/unlustig.scm
@@ -1040,3 +1040,23 @@ interoperation between crates in Rust.")
(description "This package provides Minimal 2D math library for GUI work.")
(license (list license:expat license:asl2.0))))
+(define-public rust-tolk-sys-0.2
+ (package
+ (name "rust-tolk-sys")
+ (version "0.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "tolk-sys" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0xjc9r0588jbjl1raxp8f4mp18b5898f7yrgv621zfibwxdd6285"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-cc" ,rust-cc-1)
+ ("rust-libc" ,rust-libc-0.2))))
+ (home-page "https://github.com/darbaga/tolk-sys")
+ (synopsis "Raw ffi bindings to Tolk.dll")
+ (description "This package provides Raw ffi bindings to Tolk.dll.")
+ (license license:expat)))
+