mirror of
https://github.com/servo/servo.git
synced 2025-06-12 10:24:43 +00:00
Update internal crates to bitflags 0.7
This commit is contained in:
parent
d580226a9c
commit
b9cda99ca5
13 changed files with 57 additions and 37 deletions
|
@ -19,7 +19,7 @@ tinyfiledialogs = {git = "https://github.com/jdm/tinyfiledialogs"}
|
|||
[dependencies]
|
||||
angle = {git = "https://github.com/emilio/angle", branch = "servo"}
|
||||
app_units = {version = "0.2.3", features = ["plugins"]}
|
||||
bitflags = "0.6.0"
|
||||
bitflags = "0.7"
|
||||
canvas = {path = "../canvas"}
|
||||
canvas_traits = {path = "../canvas_traits"}
|
||||
caseless = "0.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue