mirror of https://codeberg.org/topola/topola.git
cargo: remove Pathfinder dependency, vestige of removed SDL2 bench
This was making our CI fail.
This commit is contained in:
parent
c42eab0126
commit
fa298b01ae
20
Cargo.toml
20
Cargo.toml
|
|
@ -87,26 +87,6 @@ version = "0.3.30"
|
|||
optional = true
|
||||
version = "0.14.0"
|
||||
|
||||
[dependencies.pathfinder_canvas]
|
||||
optional = true
|
||||
git = "https://github.com/servo/pathfinder"
|
||||
|
||||
[dependencies.pathfinder_geometry]
|
||||
optional = true
|
||||
git = "https://github.com/servo/pathfinder"
|
||||
|
||||
[dependencies.pathfinder_gl]
|
||||
optional = true
|
||||
git = "https://github.com/servo/pathfinder"
|
||||
|
||||
[dependencies.pathfinder_renderer]
|
||||
optional = true
|
||||
git = "https://github.com/servo/pathfinder"
|
||||
|
||||
[dependencies.pathfinder_resources]
|
||||
optional = true
|
||||
git = "https://github.com/servo/pathfinder"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
env_logger = "0.10"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue