Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow dynamic libpng #49

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Allow dynamic libpng

  • Loading branch information
György Andrasek
György Andrasek committed Oct 30, 2014
commit 9b27859999261aeae4da4084a7c5de6595fc6ffc
@@ -33,7 +33,7 @@ pub const INFO_tRNS: c_int = 0x0010;
pub type png_struct = c_void;
pub type png_info = c_void;

#[link(name = "png", kind = "static")]
#[link(name = "png")]
#[link(name = "z")]
#[link(name = "shim", kind = "static")]
extern {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.