mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Auto merge of #11191 - servo:bitflags, r=pcwalton
Update bitflags to 0.7 - [x] https://github.com/servo/cocoa-rs/pull/126 https://github.com/servo/cocoa-rs/pull/127 https://github.com/servo/cocoa-rs/pull/128 https://github.com/servo/glutin/pull/91 - [x] https://github.com/cyderize/rust-websocket/pull/78 - [x] https://github.com/sfackler/rust-openssl/pull/393 - [x] https://github.com/PistonDevelopers/image-png/pull/36 - [x] https://github.com/servo/rust-selectors/pull/87 - [x] https://github.com/vberger/wayland-kbd/pull/12 - [x] https://github.com/vberger/wayland-client-rs/pull/50 - [x] https://github.com/netvl/xml-rs/pull/122 https://github.com/netvl/xml-rs/pull/123 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11191) <!-- Reviewable:end -->
This commit is contained in:
commit
6c08ad857e
15 changed files with 293 additions and 305 deletions
|
@ -17,52 +17,52 @@ debugmozjs = ['js/debugmozjs']
|
|||
tinyfiledialogs = {git = "https://github.com/jdm/tinyfiledialogs"}
|
||||
|
||||
[dependencies]
|
||||
plugins = {path = "../plugins"}
|
||||
util = {path = "../util"}
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
script_traits = {path = "../script_traits"}
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
style = {path = "../style"}
|
||||
angle = {git = "https://github.com/emilio/angle", branch = "servo"}
|
||||
app_units = {version = "0.2.3", features = ["plugins"]}
|
||||
bitflags = "0.7"
|
||||
canvas = {path = "../canvas"}
|
||||
canvas_traits = {path = "../canvas_traits"}
|
||||
js = {git = "https://github.com/servo/rust-mozjs"}
|
||||
angle = {git = "https://github.com/emilio/angle", branch = "servo"}
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
xml5ever = {version = "0.1.2", features = ["unstable"]}
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
webrender_traits = {git = "https://github.com/servo/webrender_traits"}
|
||||
app_units = {version = "0.2.3", features = ["plugins"]}
|
||||
bitflags = "0.6.0"
|
||||
caseless = "0.1.0"
|
||||
cssparser = {version = "0.5.4", features = ["heap_size", "serde-serialization"]}
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
encoding = "0.2"
|
||||
euclid = {version = "0.6.4", features = ["plugins"]}
|
||||
fnv = "1.0"
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
heapsize = "0.3.0"
|
||||
heapsize_plugin = "0.1.2"
|
||||
html5ever = {version = "0.5.1", features = ["heap_size", "unstable"]}
|
||||
hyper = { version = "0.9", features = [ "serde-serialization" ] }
|
||||
hyper = {version = "0.9", features = ["serde-serialization"]}
|
||||
image = "0.10"
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
js = {git = "https://github.com/servo/rust-mozjs"}
|
||||
libc = "0.2"
|
||||
log = "0.3.5"
|
||||
mime = "0.2.0"
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
num-traits = "0.1.32"
|
||||
offscreen_gl_context = "0.1.2"
|
||||
rand = "0.3"
|
||||
phf = "0.7.13"
|
||||
phf_macros = "0.7.13"
|
||||
plugins = {path = "../plugins"}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
rand = "0.3"
|
||||
ref_filter_map = "1.0"
|
||||
ref_slice = "1.0"
|
||||
regex = "0.1.43"
|
||||
rustc-serialize = "0.3"
|
||||
script_traits = {path = "../script_traits"}
|
||||
selectors = {version = "0.5", features = ["heap_size"]}
|
||||
serde = "0.7"
|
||||
smallvec = "0.1"
|
||||
string_cache = {version = "0.2.12", features = ["heap_size", "unstable"]}
|
||||
style = {path = "../style"}
|
||||
time = "0.1.12"
|
||||
unicase = "1.0"
|
||||
url = {version = "1.0.0", features = ["heap_size", "query_encoding"]}
|
||||
uuid = { version = "0.2", features = ["v4"] }
|
||||
util = {path = "../util"}
|
||||
uuid = {version = "0.2", features = ["v4"]}
|
||||
webrender_traits = {git = "https://github.com/servo/webrender_traits"}
|
||||
websocket = "0.17"
|
||||
xml5ever = {version = "0.1.2", features = ["unstable"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue