Added the ability to pass the use_std feature on to the scribe library.

This commit is contained in:
Myrddin Dundragon 2017-03-01 19:01:41 -05:00
parent 26097e8403
commit cdc3be4832

View File

@ -11,7 +11,7 @@ keywords = ["binding", "c types", "c enums", "c flags", "c strings"]
[features] [features]
default = [] default = []
use_std = [] use_std = ["scribe/use_std"]
[dependencies.scribe] [dependencies.scribe]