Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
Auto merge of #471 - jdm:uwp, r=asajeffrey
Browse files Browse the repository at this point in the history
Add UWP cargo feature.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-mozjs/471)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Sep 12, 2019
2 parents 92136c0 + 9e1b19f commit c1b533d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Expand Up @@ -45,10 +45,11 @@ doctest = false
[features]
debugmozjs = ['mozjs_sys/debugmozjs']
profilemozjs = ['mozjs_sys/profilemozjs']
uwp = ['mozjs_sys/uwp']

[dependencies]
lazy_static = "1"
libc = "0.2"
log = "0.4"
num-traits = "0.2"
mozjs_sys = { git = "https://github.com/servo/mozjs", rev = "2bf4912a6ff1f5ea333afb1cb53dfe9361157b14" }
mozjs_sys = { git = "https://github.com/servo/mozjs", rev = "9ad6d4b2b5478521b7731c700c8f56e25597e520" }

0 comments on commit c1b533d

Please sign in to comment.