Merge pull request #255 from sportzer/master

Don't require num default features
This commit is contained in:
Alexandre Bury 2018-06-04 21:57:47 -07:00 committed by GitHub
commit d8d57a4754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,6 @@ repository = "gyscos/Cursive"
enum-map = "0.2.24"
enumset = "0.3.3"
log = "0.4"
num = "0.1"
owning_ref = "0.3.3"
toml = "0.4"
unicode-segmentation = "1.0"
@ -25,6 +24,10 @@ unicode-width = "0.1"
xi-unicode = "0.1.0"
libc = "0.2"
[dependencies.num]
default-features = false
version = "0.1"
[dependencies.maplit]
optional = true
version = "1.0.0"