Skip to content
Snippets Groups Projects
Commit 947690a1 authored by Kornel's avatar Kornel
Browse files

Bump

parent e0bd98cd
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,11 @@ license = "MIT"
documentation = "https://pornel.github.io/rust-lcms2/lcms2/"
repository = "https://github.com/pornel/rust-lcms2.git"
categories = ["multimedia::images", "api-bindings"]
version = "5.0.0"
version = "5.0.1"
[dependencies]
foreign-types = "0.3.0"
lcms2-sys = "2.4.4"
lcms2-sys = "2.4.7"
[features]
static = ["lcms2-sys/static"]
......@@ -2,6 +2,8 @@
//!
//! The main types you need to use in this crate are `Profile` and `Transform`
#![allow(dead_code)]
#![doc(html_logo_url = "https://pornel.github.io/rust-lcms2/lcms_logo.png")]
#![doc(html_root_url = "https://pornel.github.io/rust-lcms2")]
extern crate lcms2_sys as ffi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment