-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from pclewis/cudd-3.0.0
Integration with cudd-3.0.0
- Loading branch information
Showing
9 changed files
with
2,311 additions
and
1,419 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cudd-sys" | ||
version = "0.1.1" | ||
version = "1.0.0" | ||
authors = ["Philip Lewis <[email protected]>"] | ||
build = "build.rs" | ||
description = "Bindings for CU Decision Diagram library (CUDD)" | ||
|
@@ -9,3 +9,16 @@ license = "CC0-1.0" | |
|
||
[dependencies] | ||
libc = "0.2" | ||
|
||
[build-dependencies] | ||
autotools = "0.2.3" | ||
|
||
[features] | ||
default = ["build_cudd"] | ||
# When disabled, the build script will not attempt to build CUDD and will just silently continue. | ||
# This is necessary for building documentation on docs.rs without access to the internet. For other commands | ||
# (aside from `cargo doc`), this will fail to produce a binary during linking. | ||
build_cudd = [] | ||
|
||
[package.metadata.docs.rs] | ||
no-default-features = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.