Skip to content

Commit

Permalink
Update to 0.1.2, add lib
Browse files Browse the repository at this point in the history
  • Loading branch information
19h committed Oct 14, 2019
1 parent a71c921 commit 1d83078
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
Cargo.lock
.idea
.DS_Store
src/lib.rs
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "0.1.1"
version = "0.1.2"
name = "graphviz-sys"
description = "Low level bindings to graphviz."
repository = "https://github.com/19h/graphviz-sys"
Expand Down
5 changes: 5 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));

0 comments on commit 1d83078

Please sign in to comment.