mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Add an 'unstable' top-level cargo feature to control optional unstable stuff.
This commit is contained in:
parent
c496aa16a0
commit
132b540518
5 changed files with 8 additions and 7 deletions
|
@ -9,10 +9,6 @@ publish = false
|
|||
name = "servo_geometry"
|
||||
path = "lib.rs"
|
||||
|
||||
[features]
|
||||
# servo as opposed to geckolib
|
||||
servo = ["euclid/unstable"]
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.5"
|
||||
euclid = "0.15"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue