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

Commit

Permalink
Add UWP cargo feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Sep 11, 2019
1 parent 92136c0 commit 9e1b19f
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 9e1b19f

Please sign in to comment.